Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h559 ConstantRange computeConstantRange(const Value *V, bool ForSigned,
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1145 ConstantRange CR = computeConstantRange(Index.Val.V, /* ForSigned */ false, in aliasGEP()
H A DValueTracking.cpp4948 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits()
7405 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() function in llvm
7456 computeConstantRange(Cmp->getOperand(1), /* ForSigned */ false, in computeConstantRange()
H A DInstructionSimplify.cpp3058 computeConstantRange(LHS, CmpInst::isSigned(Pred), IIQ.UseInstrInfo); in simplifyICmpWithConstant()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1036 if (ValidIndices.contains(computeConstantRange(Idx, /* ForSigned */ false, in canScalarizeAccess()