Home
last modified time | relevance | path

Searched refs:I32Ty (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp154 llvm::Type* I32Ty = llvm::IntegerType::get(Context.getLLVMContext(), 32); in getFusedFuncType() local
156 ArgTys.push_back(I32Ty); in getFusedFuncType()
159 ArgTys.push_back(I32Ty); in getFusedFuncType()
162 ArgTys.push_back(I32Ty); in getFusedFuncType()
DRSKernelExpand.cpp534 llvm::IntegerType *I32Ty = llvm::Type::getInt32Ty(*Context); in GEPHelper() local
536 [I32Ty](int32_t Arg) { return llvm::ConstantInt::get(I32Ty, Arg); }); in GEPHelper()