Home
last modified time | relevance | path

Searched refs:ConstantInt (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp165 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in FoldBitCast()
223 if (ConstantInt *CI = dyn_cast<ConstantInt>(C)) { in ExtractConstantBytes()
244 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) in ExtractConstantBytes()
681 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction()
691 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction()
698 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction()
709 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction()
811 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx); in ConstantFoldInsertElementInstruction()
1032 if (ConstantInt *CI2 = dyn_cast<ConstantInt>(C2)) { in ConstantFoldBinaryInstruction()
1132 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { in ConstantFoldBinaryInstruction()
[all …]
H A DMDBuilder.cpp51 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i])); in createBranchWeights()
69 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount()
76 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount()
91 return createRange(ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi)); in createRange()
141 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode()
187 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode()
197 ConstantInt *Off = ConstantInt::get(Int64, Offset); in createTBAAStructTagNode()
211 Ops[1] = createConstant(ConstantInt::get(Int64, Size)); in createTBAATypeNode()
225 auto *OffsetNode = createConstant(ConstantInt::get(Int64, Offset)); in createTBAAAccessTag()
226 auto *SizeNode = createConstant(ConstantInt::get(Int64, Size)); in createTBAAAccessTag()
[all …]
H A DProfileSummary.cpp33 ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Val))}; in getKeyValMD()
56 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.Cutoff)), in getDetailedSummaryMD()
57 ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Entry.MinCount)), in getDetailedSummaryMD()
58 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD()
97 Val = cast<ConstantInt>(ValMD->getValue())->getZExtValue(); in getVal()
137 Summary.emplace_back(cast<ConstantInt>(Op0->getValue())->getZExtValue(), in getSummaryFromMD()
138 cast<ConstantInt>(Op1->getValue())->getZExtValue(), in getSummaryFromMD()
139 cast<ConstantInt>(Op2->getValue())->getZExtValue()); in getSummaryFromMD()
H A DMetadata.cpp950 ConstantInt *Low, ConstantInt *High) { in tryMergeRange()
960 cast<ConstantInt>(ConstantInt::get(Ty, Union.getLower())); in tryMergeRange()
962 cast<ConstantInt>(ConstantInt::get(Ty, Union.getUpper())); in tryMergeRange()
969 ConstantInt *Low, ConstantInt *High) { in addRange()
991 SmallVector<ConstantInt *, 4> EndPoints; in getMostGenericRange()
997 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange()
998 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange()
1025 ConstantInt *FB = EndPoints[0]; in getMostGenericRange()
1026 ConstantInt *FE = EndPoints[1]; in getMostGenericRange()
1054 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp223 ConstantInt::get(V->getType(), in LowerBSWAP()
227 ConstantInt::get(V->getType(), in LowerBSWAP()
231 ConstantInt::get(V->getType(), in LowerBSWAP()
235 ConstantInt::get(V->getType(), in LowerBSWAP()
239 ConstantInt::get(V->getType(), in LowerBSWAP()
243 ConstantInt::get(V->getType(), in LowerBSWAP()
273 Value *Count = ConstantInt::get(V->getType(), 0); in LowerCTPOP()
305 Value *ShVal = ConstantInt::get(V->getType(), i); in LowerCTLZ()
405 Value *SrcM1 = ConstantInt::get(Src->getType(), 1); in LowerIntrinsicCall()
429 CI->replaceAllUsesWith(ConstantInt::get(CI->getType(), 0)); in LowerIntrinsicCall()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp122 ConstantInt *Index = nullptr;
305 ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in hasOnlyOneNonZeroIndex()
403 ConstantInt *Idx = nullptr; in allocateCandidatesAndFindBasisForAdd()
414 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd()
435 ConstantInt *Idx = nullptr; in allocateCandidatesAndFindBasisForMul()
448 ConstantInt *Zero = ConstantInt::get(cast<IntegerType>(I->getType()), 0); in allocateCandidatesAndFindBasisForMul()
478 ConstantInt *ScaledIdx = ConstantInt::get( in allocateCandidatesAndFindBasisForGEP()
492 ConstantInt *RHS = nullptr; in factorArrayIndex()
512 ConstantInt *PowerOf2 = in factorArrayIndex()
609 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump()
[all …]
H A DLowerExpectIntrinsic.cpp67 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleSwitchExpect()
96 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef()
130 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef()
144 Result ^= cast<ConstantInt>(Op->getOperand(1))->getValue(); in handlePhiDef()
183 ConstantInt *CI = dyn_cast<ConstantInt>(PhiOpnd); in handlePhiDef()
248 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect()
257 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()
278 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleBrSelExpect()
H A DSeparateConstOffsetFromGEP.cpp526 if (ConstantInt *ConstLHS = dyn_cast<ConstantInt>(LHS)) { in CanTraceInto()
530 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto()
583 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in find()
652 assert(isa<ConstantInt>(U)); in distributeExtsAndCloneChain()
686 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
703 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) { in removeConstOffset()
839 if (ConstantInt *CI = dyn_cast<ConstantInt>(Idx)) in lowerToSingleIndexGEPs()
900 if (ConstantInt *CI = dyn_cast<ConstantInt>(Idx)) in lowerToArithmetics()
1265 isa<ConstantInt>(FirstOffsetDef->getOperand(1))) in isLegalToSwapOperand()
1274 (isa<ConstantInt>(BO->getOperand(0)) || in isLegalToSwapOperand()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp27 Value *DstAddr, ConstantInt *CopyLen, in createMemCpyLoopKnownSize()
86 Constant *LoopEndCI = ConstantInt::get(TypeOfCopyLen, LoopEndCount); in createMemCpyLoopKnownSize()
117 OpTy, CastedSrc, ConstantInt::get(TypeOfCopyLen, GepIndex)); in createMemCpyLoopKnownSize()
126 OpTy, CastedDst, ConstantInt::get(TypeOfCopyLen, GepIndex)); in createMemCpyLoopKnownSize()
173 ConstantInt *CILoopOpSize = ConstantInt::get(ILengthType, LoopOpSize); in createMemCpyLoopUnknownSize()
182 LoopIndex->addIncoming(ConstantInt::get(CopyLenType, 0U), PreLoopBB); in createMemCpyLoopUnknownSize()
211 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U); in createMemCpyLoopUnknownSize()
256 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U); in createMemCpyLoopUnknownSize()
332 LoopPhi, ConstantInt::get(TypeOfCopyLen, 1), "index_ptr"); in createMemMoveLoop()
390 LoopIndex->addIncoming(ConstantInt::get(TypeOfCopyLen, 0), OrigBB); in createMemSetLoop()
[all …]
H A DLowerSwitch.cpp82 ConstantInt* Low;
83 ConstantInt* High;
86 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange()
97 ConstantInt *LowerBound, ConstantInt *UpperBound,
111 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low); in operator ()()
112 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()()
221 ConstantInt *UpperBound, Value *Val, in switchConvert()
257 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert()
261 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
441 ConstantInt *LowerBound = nullptr; in processSwitchInst()
[all …]
H A DSimplifyLibCalls.cpp230 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(CI->getArgOperand(2))) in optimizeStrNCat()
263 ConstantInt *CharC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in optimizeStrChr()
298 ConstantInt *CharC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in optimizeStrRChr()
378 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(CI->getArgOperand(2))) in optimizeStrNCmp()
490 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(LenOp)) in optimizeStrNCpy()
752 ConstantInt *CharC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in optimizeMemChr()
753 ConstantInt *LenC = dyn_cast<ConstantInt>(CI->getArgOperand(2)); in optimizeMemChr()
838 ConstantInt *LenC = dyn_cast<ConstantInt>(CI->getArgOperand(2)); in optimizeMemCmp()
2125 ConstantInt *Size = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in optimizeSnPrintFString()
2279 ConstantInt *SizeC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in optimizeFWrite()
[all …]
H A DSimplifyCFG.cpp157 ConstantInt *Value;
403 ConstantInt *CI = dyn_cast<ConstantInt>(V); in GetConstantInt()
418 if (ConstantInt *CI = dyn_cast<ConstantInt>(CE->getOperand(0))) { in GetConstantInt()
485 ConstantInt *C; in matchInstruction()
949 bool operator()(const ConstantInt *LHS, const ConstantInt *RHS) const { in operator ()()
982 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(i)); in GetBranchWeights()
2184 ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i)); in FoldCondBranchOnPHI()
2783 ConstantInt *PBI_C = cast<ConstantInt>( in FoldBranchToCommonDest()
3555 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); in tryToSimplifyUncondBranchWithICmpInIt()
5022 ConstantInt *Val = cast<ConstantInt>(TableContents[I - 1]); in SwitchLookupTable()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp204 ConstantInt *Idx = dyn_cast<ConstantInt>(GEP->getOperand(i)); in foldCmpLoadFromIndexedGlobal()
494 ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i)); in evaluateGEPOffsetExpression()
724 if (isa<ConstantInt>(Op) && cast<ConstantInt>(Op)->isZero()) in rewriteGEPAsOffset()
1726 ConstantInt *C2 = cast<ConstantInt>(Y); in foldICmpAndConstant()
3254 if (ConstantInt *C1 = dyn_cast<ConstantInt>(B)) in foldICmpBinOp()
3255 if (ConstantInt *C2 = dyn_cast<ConstantInt>(D)) { in foldICmpBinOp()
4032 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom()
4044 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom()
4055 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom()
4067 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom()
[all …]
H A DInstCombineAndOrXor.cpp235 ConstantInt *ACst = dyn_cast<ConstantInt>(A); in getMaskedICmpType()
236 ConstantInt *BCst = dyn_cast<ConstantInt>(B); in getMaskedICmpType()
237 ConstantInt *CCst = dyn_cast<ConstantInt>(C); in getMaskedICmpType()
459 ConstantInt *BCst = dyn_cast<ConstantInt>(B); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
462 ConstantInt *CCst = dyn_cast<ConstantInt>(C); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
465 ConstantInt *DCst = dyn_cast<ConstantInt>(D); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
468 ConstantInt *ECst = dyn_cast<ConstantInt>(E); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
680 ConstantInt *BCst = dyn_cast<ConstantInt>(B); in foldLogOpOfMaskedICmps()
683 ConstantInt *DCst = dyn_cast<ConstantInt>(D); in foldLogOpOfMaskedICmps()
725 ConstantInt *CCst = dyn_cast<ConstantInt>(C); in foldLogOpOfMaskedICmps()
[all …]
H A DInstCombineCalls.cpp126 ConstantInt *MemOpLength = dyn_cast<ConstantInt>(MI->getLength()); in SimplifyAnyMemTransfer()
223 ConstantInt *LenC = dyn_cast<ConstantInt>(MI->getLength()); in SimplifyAnyMemSet()
224 ConstantInt *FillC = dyn_cast<ConstantInt>(MI->getValue()); in SimplifyAnyMemSet()
827 ConstantInt *CI0 = in simplifyX86extrq()
966 ConstantInt *CI00 = in simplifyX86insertq()
969 ConstantInt *CI10 = in simplifyX86insertq()
1860 if (ConstantInt *CI = dyn_cast<ConstantInt>(NumBytes)) in visitCallInst()
2971 ConstantInt *CIIndex = dyn_cast<ConstantInt>(II->getArgOperand(2)); in visitCallInst()
3413 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in visitCallInst()
3537 ConstantInt *CWidth = dyn_cast<ConstantInt>(II->getArgOperand(2)); in visitCallInst()
[all …]
H A DInstCombineShifts.cpp135 ConstantInt *CI = nullptr; in canEvaluateShifted()
209 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift()
238 ConstantInt::get(ShType, Mask)); in foldShiftedShift()
387 isa<ConstantInt>(TrOp->getOperand(1))) { in FoldShiftByConstant()
427 ConstantInt *CC; in FoldShiftByConstant()
447 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant()
482 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant()
632 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl()
674 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl()
721 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueLattice.h166 if (isConstant() && isa<ConstantInt>(getConstant())) { in asConstantInteger()
167 return cast<ConstantInt>(getConstant())->getValue(); in asConstantInteger()
187 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in markConstant()
203 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in markNotConstant()
285 ConstantInt *getConstantInt() const { in getConstantInt()
286 assert(isConstant() && isa<ConstantInt>(getConstant()) && in getConstantInt()
288 return cast<ConstantInt>(getConstant()); in getConstantInt()
310 return ConstantInt::getTrue(Ty); in getCompare()
314 return ConstantInt::getFalse(Ty); in getCompare()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryLocation.cpp96 if (ConstantInt *C = dyn_cast<ConstantInt>(MTI->getLength())) in getForSource()
117 if (ConstantInt *C = dyn_cast<ConstantInt>(MI->getLength())) in getForDest()
147 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) in getForArgument()
159 cast<ConstantInt>(II->getArgOperand(0))->getZExtValue()), in getForArgument()
171 cast<ConstantInt>(II->getArgOperand(1))->getZExtValue()), in getForArgument()
203 if (const ConstantInt *LenCI = in getForArgument()
204 dyn_cast<ConstantInt>(Call->getArgOperand(2))) in getForArgument()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp43 void replaceWith(Instruction *From, ConstantInt *To);
97 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler()
101 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
114 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface()
120 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
132 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture()
139 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()
147 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith()
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp19 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType()
20 Cs.push_back(ConstantInt::get(IntTy, APInt::getMinValue(W))); in makeConstantsWithType()
21 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType()
22 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMinValue(W))); in makeConstantsWithType()
23 Cs.push_back(ConstantInt::get(IntTy, APInt::getOneBitSet(W, W / 2))); in makeConstantsWithType()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp62 !isa<ConstantInt>(GEP->getOperand(1)) || in splitGlobal()
63 !cast<ConstantInt>(GEP->getOperand(1))->isZero() || in splitGlobal()
64 !isa<ConstantInt>(GEP->getOperand(2))) in splitGlobal()
93 uint64_t ByteOffset = cast<ConstantInt>( in splitGlobal()
111 ConstantInt::get(Int32Ty, ByteOffset - SplitBegin)), in splitGlobal()
118 unsigned I = cast<ConstantInt>(GEP->getOperand(2))->getZExtValue(); in splitGlobal()
123 Ops.push_back(ConstantInt::get(Int32Ty, 0)); in splitGlobal()
H A DCrossDSOCFI.cpp51 ConstantInt *extractNumericTypeId(MDNode *MD);
66 ConstantInt *CrossDSOCFI::extractNumericTypeId(MDNode *MD) { in extractNumericTypeId()
71 auto C = dyn_cast_or_null<ConstantInt>(TM->getValue()); in extractNumericTypeId()
92 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck()
102 if (ConstantInt *TypeId = in buildCFICheck()
148 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h398 ConstantInt *getElementSizeInBytesCst() const { in getElementSizeInBytesCst()
399 return cast<ConstantInt>(getRawElementSizeInBytes()); in getElementSizeInBytesCst()
487 ConstantInt *getVolatileCst() const { in getVolatileCst()
488 return cast<ConstantInt>( in getVolatileCst()
726 ConstantInt *getHash() const { in getHash()
727 return cast<ConstantInt>(const_cast<Value *>(getArgOperand(1))); in getHash()
730 ConstantInt *getNumCounters() const { in getNumCounters()
734 ConstantInt *getIndex() const { in getIndex()
766 ConstantInt *getHash() const { in getHash()
774 ConstantInt *getValueKind() const { in getValueKind()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp74 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size); in getBoundsCheckCond()
77 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize); in getBoundsCheckCond()
92 ? ConstantInt::getFalse(Ptr->getContext()) in getBoundsCheckCond()
97 ? ConstantInt::getFalse(Ptr->getContext()) in getBoundsCheckCond()
102 Value *Cmp1 = IRB.CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0)); in getBoundsCheckCond()
117 ConstantInt *C = dyn_cast_or_null<ConstantInt>(Or); in insertBoundsCheck()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h53 class ConstantInt; variable
83 ConstantInt *ConstInt;
87 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) :
115 ConstantInt *BaseInt;
143 using ConstPtrUnionType = PointerUnion<ConstantInt *, ConstantExpr *>;
173 ConstantInt *ConstInt);

12345678910>>...15