Searched refs:computeConstantRange (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 559 ConstantRange computeConstantRange(const Value *V, bool ForSigned,
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1145 ConstantRange CR = computeConstantRange(Index.Val.V, /* ForSigned */ false, in aliasGEP()
|
H A D | ValueTracking.cpp | 4948 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 D | InstructionSimplify.cpp | 3058 computeConstantRange(LHS, CmpInst::isSigned(Pred), IIQ.UseInstrInfo); in simplifyICmpWithConstant()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1036 if (ValidIndices.contains(computeConstantRange(Idx, /* ForSigned */ false, in canScalarizeAccess()
|