Searched refs:computeConstantRange (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 787 ConstantRange IdxRange = computeConstantRange(Idx, true, &AC, CtxI, 0); in canScalarizeAccess()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4695 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits() 6999 ConstantRange llvm::computeConstantRange(const Value *V, bool UseInstrInfo, in computeConstantRange() function in llvm 7047 ConstantRange RHS = computeConstantRange(Cmp->getOperand(1), UseInstrInfo, in computeConstantRange()
|
| H A D | InstructionSimplify.cpp | 2810 ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo); in simplifyICmpWithConstant()
|