Searched refs:computeConstantRange (Results 1 – 3 of 3) sorted by relevance
549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
4653 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits()6932 ConstantRange llvm::computeConstantRange(const Value *V, bool UseInstrInfo, in computeConstantRange() function in llvm6980 ConstantRange RHS = computeConstantRange(Cmp->getOperand(1), UseInstrInfo, in computeConstantRange()
2774 ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo); in simplifyICmpWithConstant()