Searched refs:computeConstantRange (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 667 LLVM_ABI ConstantRange computeConstantRange(const Value *V, bool ForSigned,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 5283 ConstantRange ExpRange = computeConstantRange( in computeKnownFPClass() 7078 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo); in computeConstantRangeIncludingKnownBits() 9339 ConstantRange LCR = computeConstantRange( in isImpliedCondICmps() 9342 ConstantRange RCR = computeConstantRange( in isImpliedCondICmps() 9990 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() function in llvm 10015 ConstantRange CRTrue = computeConstantRange( in computeConstantRange() 10017 ConstantRange CRFalse = computeConstantRange( in computeConstantRange() 10060 computeConstantRange(Cmp->getOperand(1), /* ForSigned */ false, in computeConstantRange()
|
| H A D | BasicAliasAnalysis.cpp | 1286 ConstantRange CR = computeConstantRange(Index.Val.V, /* ForSigned */ false, in aliasGEP()
|
| H A D | InstructionSimplify.cpp | 3010 computeConstantRange(LHS, CmpInst::isSigned(Pred), Q.IIQ.UseInstrInfo); in simplifyICmpWithConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1729 computeConstantRange(RetVal, /*ForSigned=*/false))) in addNoUndefAttrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1571 if (ValidIndices.contains(computeConstantRange(Idx, /* ForSigned */ false, in canScalarizeAccess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 6988 ConstantRange CR = computeConstantRange(TableIndex, /* ForSigned */ false); in switchToLookupTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 3200 computeConstantRange(X, /*ForSigned=*/true).add(*C2).isAllNonNegative()) in foldICmpAddConstant()
|