Searched refs:RSStructType (Results 1 – 1 of 1) sorted by relevance
123 llvm::StructType *RSStructType = nullptr; in insertSetObjectHelper() local127 RSStructType = rsAllocationType; in insertSetObjectHelper()131 RSStructType = rsElementType; in insertSetObjectHelper()135 RSStructType = rsSamplerType; in insertSetObjectHelper()139 RSStructType = rsScriptType; in insertSetObjectHelper()143 RSStructType = rsTypeType; in insertSetObjectHelper()150 …llvm::CastInst* CastedValue = llvm::CastInst::CreatePointerCast(V, RSStructType->getPointerTo(), "… in insertSetObjectHelper()