Searched refs:computeConstantRange (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | ValueTrackingTest.cpp | 2079 ConstantRange CR1 = computeConstantRange(Stride, false, true, &AC, nullptr); in TEST_F() 2083 ConstantRange CR2 = computeConstantRange(Stride, false, true, &AC, I); in TEST_F() 2113 ConstantRange CR = computeConstantRange(Stride, false, true, &AC, I); in TEST_F() 2151 ConstantRange CR = computeConstantRange(Stride, false, true, &AC, GT2); in TEST_F() 2156 ConstantRange CR2 = computeConstantRange(Stride, false, true, &AC, I); in TEST_F() 2184 ConstantRange CR = computeConstantRange(Stride, false, true, &AC, I); in TEST_F() 2212 ConstantRange CR1 = computeConstantRange(X1, false, true, &AC, I); in TEST_F() 2213 ConstantRange CR2 = computeConstantRange(X2, false, true, &AC, I); in TEST_F() 2223 ConstantRange CR3 = computeConstantRange(X2, false, true, &AC, I, nullptr, 6); in TEST_F() 2244 ConstantRange CR1 = computeConstantRange(X2, false, true, &AC, I); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 570 ConstantRange computeConstantRange(const Value *V, bool ForSigned,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1229 ConstantRange CR = computeConstantRange(Index.Val.V, /* ForSigned */ false, in aliasGEP()
|
| H A D | ValueTracking.cpp | 4838 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits() 7220 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() function in llvm 7273 computeConstantRange(Cmp->getOperand(1), /* ForSigned */ false, in computeConstantRange()
|
| H A D | InstructionSimplify.cpp | 2994 computeConstantRange(LHS, CmpInst::isSigned(Pred), IIQ.UseInstrInfo); in simplifyICmpWithConstant()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 888 if (ValidIndices.contains(computeConstantRange(Idx, /* ForSigned */ false, in canScalarizeAccess()
|