Searched defs:I32Ty (Results 1 – 13 of 13) sorted by relevance
35 Type *I32Ty = Type::getInt64Ty(Ctx); in CreateLoop() local
269 Type *I32Ty = Type::getInt32Ty(Ctx); in getAsMetadata() local
478 Type *I32Ty = getI32Ty(Builder, I.getType()); in promoteUniformOpToI32() local519 Type *I32Ty = getI32Ty(Builder, I.getOperand(0)->getType()); in promoteUniformOpToI32() local546 Type *I32Ty = getI32Ty(Builder, I.getType()); in promoteUniformOpToI32() local578 Type *I32Ty = getI32Ty(Builder, I.getType()); in promoteUniformBitreverseToI32() local667 IntegerType *I32Ty = Builder.getInt32Ty(); in replaceMulWithMul24() local1174 Type *I32Ty = Builder.getInt32Ty(); in getMul64() local1230 Type *I32Ty = Builder.getInt32Ty(); in expandDivRem24Impl() local1390 Type *I32Ty = Builder.getInt32Ty(); in expandDivRem32() local1641 Type *I32Ty = Builder.getInt32Ty(); in visitLoadInst() local
148 Type *I32Ty = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
471 Type *I32Ty = Type::getInt32Ty(Context); in getMemcpyLoopResidualLoweringType() local
1035 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ() local
158 llvm::Type *I32Ty = llvm::Type::getInt32Ty(getVMContext()); in classifyReturnType() local258 llvm::Type *I32Ty = llvm::Type::getInt32Ty(getVMContext()); in classifyArgumentType() local
110 auto *I32Ty = Type::getInt32Ty(M.getContext()); in CtxInstrumentationLowerer() local
146 auto *I32Ty = Type::getInt32Ty(Context); in run() local
298 auto *I32Ty = in trySADReplacement() local
2446 Type *I32Ty = Type::getInt32Ty(C); in upgradeX86IntrinsicCall() local2778 Type *I32Ty = Type::getInt32Ty(C); in upgradeX86IntrinsicCall() local
811 IntegerType *I32Ty = Type::getInt32Ty(M.getContext()); in createGlobalFlag() local2128 Type *I32Ty = Type::getInt32Ty(M.getContext()); in createSections() local
2022 static int getAsInt32(llvm::ConstantInt *C, llvm::Type *I32Ty) { in getAsInt32()