Searched refs:RSStructType (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp123 llvm::StructType *RSStructType = nullptr; local
127 RSStructType = rsAllocationType;
131 RSStructType = rsElementType;
135 RSStructType = rsSamplerType;
139 RSStructType = rsScriptType;
143 RSStructType = rsTypeType;
150 llvm::CastInst* CastedValue = llvm::CastInst::CreatePointerCast(V, RSStructType->getPointerTo(), "", Call);

Completed in 19 milliseconds