Searched refs:computeConstantRange (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 864 ConstantRange computeConstantRange(const Value *V, bool ForSigned,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4831 ConstantRange ExpRange = computeConstantRange( in computeKnownFPClass() 6292 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo); in computeConstantRangeIncludingKnownBits() 8875 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() function in llvm 8909 ConstantRange CRTrue = computeConstantRange( in computeConstantRange() 8911 ConstantRange CRFalse = computeConstantRange( in computeConstantRange() 8947 computeConstantRange(Cmp->getOperand(1), /* ForSigned */ false, in computeConstantRange()
|
| H A D | BasicAliasAnalysis.cpp | 1186 ConstantRange CR = computeConstantRange(Index.Val.V, /* ForSigned */ false, in aliasGEP()
|
| H A D | InstructionSimplify.cpp | 3060 computeConstantRange(LHS, CmpInst::isSigned(Pred), IIQ.UseInstrInfo); in simplifyICmpWithConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1169 if (ValidIndices.contains(computeConstantRange(Idx, /* ForSigned */ false, in canScalarizeAccess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 6703 ConstantRange CR = computeConstantRange(TableIndex, /* ForSigned */ false); in SwitchToLookupTable()
|