/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 158 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local 196 auto *ITy = in runOnFunction() local
|
H A D | ValueTypes.cpp | 144 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 267 if (IntegerType *ITy = in getKindForGlobal() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 81 IntegerType *ITy = cast<IntegerType>(Ty); in getOverloadKind() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Function.cpp | 1414 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local 1641 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local 1656 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local
|
H A D | AutoUpgrade.cpp | 3163 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 3172 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 3182 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local 3191 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local
|
H A D | Constants.cpp | 404 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 880 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
H A D | Core.cpp | 3441 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildMalloc() local 3452 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildArrayMalloc() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1746 Type *ITy = Op0->getType(); in simplifyAndOfICmpsWithAdd() local 1903 Type *ITy = Op0->getType(); in simplifyOrOfICmpsWithAdd() local 2867 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpOfBools() local 2973 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpWithZero() local 3032 Type *ITy = getCompareTy(RHS); // The return type. in simplifyICmpWithConstant() local 3083 Type *ITy = getCompareTy(RHS); // The return type. in simplifyICmpWithBinOpOnLHS() local 3448 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpWithMinMax() local 3670 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpInst() local
|
H A D | ScalarEvolution.cpp | 514 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local 523 Type *ITy) in SCEVPtrToIntExpr()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1003 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
|
H A D | InstCombineCalls.cpp | 100 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 290 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyAnyMemSet() local
|
H A D | InstCombineAddSub.cpp | 1694 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd()
|
H A D | InstCombineVectorOps.cpp | 1785 Type *ITy = I->getType(); in canEvaluateShuffled() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1231 IntegerType *ITy = nullptr; in findCommonType() local 2289 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local 2314 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 1340 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local 5393 auto ITy = cast<llvm::IntegerType>(Ty); in shouldExpandAtomicRMWInIR() local
|
H A D | NVPTXAsmPrinter.cpp | 349 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2908 auto *ITy = cast<IntegerType>(NewTy); in copyNonnullMetadata() local 3282 Type *ITy = I->getType(); in recognizeBSwapOrBitReverseIdiom() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 791 llvm::Type *ITy = llvm::IntegerType::get(CGF.getLLVMContext(), SizeInBits); in AddDirectArgument() local
|
H A D | CGCall.cpp | 3489 llvm::IntegerType *ITy, in EmitCMSEClearRecord() 3713 auto *ITy = dyn_cast<llvm::IntegerType>(RV->getType()); in EmitFunctionEpilog() local
|
H A D | CGBuiltin.cpp | 452 llvm::Type *ITy = in EmitISOVolatileLoad() local 466 llvm::Type *ITy = in EmitISOVolatileStore() local 3976 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr() local
|
H A D | CGOpenMPRuntime.cpp | 1512 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createForStaticInitFunction() local 1538 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchInitFunction() local 1577 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchNextFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1888 IntegerType *ITy = in fastEmit_ri_() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1846 auto ITy = IntegerType::get(C, Value.getBitWidth()); in insertSpills() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 1435 const auto ITy = ILE->getType().getCanonicalType(); in tryExtractInitializerFromList() local
|