/llvm-project/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 165 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runImpl() local 203 auto *ITy = in runImpl() local
|
H A D | ValueTypes.cpp | 153 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) getExtendedSizeInBits() local
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 267 if (IntegerType *ITy = getKindForGlobal() local
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 81 IntegerType *ITy = cast<IntegerType>(Ty); getOverloadKind() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 123 shouldReplace(Type * ITy) shouldReplace() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | VerifierTest.cpp | 56 IntegerType *ITy = IntegerType::get(C, 32); TEST() local
|
H A D | InstructionsTest.cpp | 1521 Type *ITy = Type::getInt32Ty(C); TEST() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 1411 IntegerType *ITy = cast<IntegerType>(Ty); DecodeFixedType() local 1624 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) matchIntrinsicType() local 1639 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) matchIntrinsicType() local
|
H A D | Constants.cpp | 418 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) getAllOnesValue() local 898 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); get() local 912 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); get() local 918 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); get() local
|
H A D | AutoUpgrade.cpp | 3205 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local 3214 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local 3224 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local 3233 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local [all...] |
H A D | Core.cpp | 3729 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); LLVMBuildMalloc() local 3738 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); LLVMBuildArrayMalloc() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1719 Type *ITy = Op0->getType(); simplifyAndOfICmpsWithAdd() local 1810 Type *ITy = Op0->getType(); simplifyOrOfICmpsWithAdd() local 2875 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpOfBools() local 2981 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpWithZero() local 3038 Type *ITy = getCompareTy(RHS); // The return type. simplifyICmpWithConstant() local 3088 Type *ITy = getCompareTy(RHS); // The return type. simplifyICmpWithBinOpOnLHS() local 3503 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpWithMinMax() local 3770 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpInst() local [all...] |
H A D | ScalarEvolution.cpp | 496 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); getConstant() local 524 SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID,const SCEV * Op,Type * ITy) SCEVPtrToIntExpr() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1148 Type *ITy = I->getType(); SimplifyMultipleUseDemandedBits() local
|
H A D | InstCombineCalls.cpp | 95 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 263 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. SimplifyAnyMemSet() local
|
H A D | InstCombineVectorOps.cpp | 1816 Type *ITy = I->getType(); canEvaluateShuffled() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1467 IntegerType *ITy = nullptr; findCommonType() local 2377 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { isIntegerWideningViableForSlice() local 2402 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { isIntegerWideningViableForSlice() local [all...] |
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 363 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { printReturnValStr() local
|
H A D | NVPTXISelLowering.cpp | 1403 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { getPrototype() local 6387 auto ITy = cast<llvm::IntegerType>(Ty); shouldExpandAtomicRMWInIR() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3569 auto *ITy = cast<IntegerType>(NewTy); copyNonnullMetadata() local 4011 Type *ITy = I->getType(); recognizeBSwapOrBitReverseIdiom() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 2007 IntegerType *ITy = in fastEmit_ri_() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3751 EmitCMSEClearRecord(llvm::Value * Src,llvm::IntegerType * ITy,QualType QTy) EmitCMSEClearRecord() argument 3975 auto *ITy = dyn_cast<llvm::IntegerType>(RV->getType()); EmitFunctionEpilog() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 1464 const auto ITy = ILE->getType().getCanonicalType(); tryExtractInitializerFromList() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2048 auto ITy = IntegerType::get(C, Value.getBitWidth()); insertSpills() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1075 Type *ITy = IntegerType::get( libcall() local 1094 Type *ITy = IntegerType::get( libcall() local
|