Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h509 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4168 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits()
5864 ConstantRange llvm::computeConstantRange(const Value *V, bool UseInstrInfo) { in computeConstantRange() function in llvm
DInstructionSimplify.cpp2691 ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo); in simplifyICmpWithConstant()