Searched refs:I32Ty (Results 1 – 2 of 2) sorted by relevance
154 llvm::Type* I32Ty = llvm::IntegerType::get(Context.getLLVMContext(), 32); in getFusedFuncType() local156 ArgTys.push_back(I32Ty); in getFusedFuncType()159 ArgTys.push_back(I32Ty); in getFusedFuncType()162 ArgTys.push_back(I32Ty); in getFusedFuncType()
534 llvm::IntegerType *I32Ty = llvm::Type::getInt32Ty(*Context); in GEPHelper() local536 [I32Ty](int32_t Arg) { return llvm::ConstantInt::get(I32Ty, Arg); }); in GEPHelper()