Searched refs:toConstantRange (Results 1 – 6 of 6) sorted by relevance
286 return getConstant()->toConstantRange();389 assert((!isConstant() || NewR.contains(getConstant()->toConstantRange())) &&435 ConstantRange L = getConstant()->toConstantRange();
161 LLVM_ABI ConstantRange toConstantRange() const;
964 ConstantRange TrueY = TrueC->toConstantRange(); in solveBlockValueBinaryOpImpl()965 ConstantRange FalseY = FalseC->toConstantRange(); in solveBlockValueBinaryOpImpl()1872 ConstantRange RHS = C->toConstantRange(); in getPredicateResult()
10001 return C->toConstantRange(); in computeConstantRange()
94 return Const->toConstantRange(); in getRange()
1791 ConstantRange Constant::toConstantRange() const { in toConstantRange() function in Constant