Searched refs:LLVMCtxt (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/rsov/compiler/ |
D | GlobalMergePass.cpp | 69 LLVMContext &LLVMCtxt = M.getContext(); in runOnModule() local 71 StructType *MergedTy = StructType::create(LLVMCtxt, "struct.__GPUBuffer"); in runOnModule() 92 CreateInitFunction(LLVMCtxt, M, MergedGV, MergedTy, BufferSize, Globals); in runOnModule() 96 IntegerType *const Int32Ty = Type::getInt32Ty(LLVMCtxt); in runOnModule() 173 CreateInitFunction(LLVMContext &LLVMCtxt, Module &M, GlobalVariable *MergedGV, in CreateInitFunction() argument 193 FunctionType *FTy = FunctionType::get(Type::getVoidTy(LLVMCtxt), false); in CreateInitFunction() 195 BasicBlock *Blk = BasicBlock::Create(LLVMCtxt, "entry", Func); in CreateInitFunction()
|