Lines Matching refs:getConstantRange
100 (LV.isConstantRange() && LV.getConstantRange().isSingleElement()); in isConstant()
359 auto &CR = LV.getConstantRange(); in getConstant()
661 const ConstantRange &Range = SCValue.getConstantRange(); in getFeasibleSuccessors()
844 ConstantRange OpRange = OpSt.getConstantRange(); in visitCastInst()
1032 A = V1State.getConstantRange(); in visitBinaryOperator()
1034 B = V2State.getConstantRange(); in visitBinaryOperator()
1326 Pred, CondVal.getConstantRange()); in handleCallResult()
1331 ? CopyOfVal.getConstantRange() in handleCallResult()
1372 OpRanges.push_back(State.getConstantRange()); in handleCallResult()
1696 if (IV.getConstantRange().isAllNonNegative()) { in simplifyInstsInBlock()
2103 !ReturnValue.getConstantRange().isSingleElement()) { in runIPSCCP()
2108 auto &CR = ReturnValue.getConstantRange(); in runIPSCCP()