Searched refs:computeConstantRange (Results 1 – 3 of 3) sorted by relevance
509 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true);
4168 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits()5864 ConstantRange llvm::computeConstantRange(const Value *V, bool UseInstrInfo) { in computeConstantRange() function in llvm
2691 ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo); in simplifyICmpWithConstant()