Searched refs:llvm_ctx (Results 1 – 1 of 1) sorted by relevance
351 llvm::LLVMContext & llvm_ctx = mod->getContext(); in DeclareTextureFunctions() local354 llvm::VectorType *vectorType = llvm::VectorType::get(llvm::Type::getFloatTy(llvm_ctx), 4); in DeclareTextureFunctions()359 funcArgs.push_back(llvm::Type::getInt32Ty(llvm_ctx)); in DeclareTextureFunctions()362 llvm::FunctionType *functionType = llvm::FunctionType::get(llvm::Type::getVoidTy(llvm_ctx), in DeclareTextureFunctions()