Home
last modified time | relevance | path

Searched defs:ITy (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp158 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
196 auto *ITy = in runOnFunction() local
H A DValueTypes.cpp144 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp267 if (IntegerType *ITy = in getKindForGlobal() local
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp81 IntegerType *ITy = cast<IntegerType>(Ty); in getOverloadKind() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1414 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 DAutoUpgrade.cpp3163 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 DConstants.cpp404 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local
880 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
H A DCore.cpp3441 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 DInstructionSimplify.cpp1746 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 DScalarEvolution.cpp514 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local
523 Type *ITy) in SCEVPtrToIntExpr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1003 Type *ITy = I->getType(); in SimplifyMultipleUseDemandedBits() local
H A DInstCombineCalls.cpp100 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 DInstCombineAddSub.cpp1694 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd()
H A DInstCombineVectorOps.cpp1785 Type *ITy = I->getType(); in canEvaluateShuffled() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1231 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 DNVPTXISelLowering.cpp1340 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
5393 auto ITy = cast<llvm::IntegerType>(Ty); in shouldExpandAtomicRMWInIR() local
H A DNVPTXAsmPrinter.cpp349 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2908 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 DCGAtomic.cpp791 llvm::Type *ITy = llvm::IntegerType::get(CGF.getLLVMContext(), SizeInBits); in AddDirectArgument() local
H A DCGCall.cpp3489 llvm::IntegerType *ITy, in EmitCMSEClearRecord()
3713 auto *ITy = dyn_cast<llvm::IntegerType>(RV->getType()); in EmitFunctionEpilog() local
H A DCGBuiltin.cpp452 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 DCGOpenMPRuntime.cpp1512 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 DFastISel.cpp1888 IntegerType *ITy = in fastEmit_ri_() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1846 auto ITy = IntegerType::get(C, Value.getBitWidth()); in insertSpills() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1435 const auto ITy = ILE->getType().getCanonicalType(); in tryExtractInitializerFromList() local