Home
last modified time | relevance | path

Searched refs:computeConstantRange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h940 ConstantRange computeConstantRange(const Value *V, bool ForSigned,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5443 ConstantRange ExpRange = computeConstantRange( in computeKnownFPClass()
6963 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo); in computeConstantRangeIncludingKnownBits()
9106 ConstantRange LCR = computeConstantRange( in isImpliedCondICmps()
9109 ConstantRange RCR = computeConstantRange( in isImpliedCondICmps()
9686 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() function in llvm
9711 ConstantRange CRTrue = computeConstantRange( in computeConstantRange()
9713 ConstantRange CRFalse = computeConstantRange( in computeConstantRange()
9756 computeConstantRange(Cmp->getOperand(1), /* ForSigned */ false, in computeConstantRange()
H A DBasicAliasAnalysis.cpp1259 ConstantRange CR = computeConstantRange(Index.Val.V, /* ForSigned */ false, in aliasGEP()
H A DInstructionSimplify.cpp3060 computeConstantRange(LHS, CmpInst::isSigned(Pred), IIQ.UseInstrInfo); in simplifyICmpWithConstant()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1336 computeConstantRange(RetVal, /*ForSigned=*/false))) in addNoUndefAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1212 if (ValidIndices.contains(computeConstantRange(Idx, /* ForSigned */ false, in canScalarizeAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6810 ConstantRange CR = computeConstantRange(TableIndex, /* ForSigned */ false); in SwitchToLookupTable()