Searched refs:NoWrap (Results 1 – 4 of 4) sorted by relevance
24 NoWrap = false, enumerator
2119 bool isADDLike(SDValue Op, bool NoWrap = false) const;
12882 bool NoWrap = ControlsOnlyExit && IV->getNoWrapFlags(WrapType); in howManyLessThans() local12923 if (PredicatedIV || !NoWrap || !loopIsFiniteByAssumption(L) || in howManyLessThans()12958 } else if (!Stride->isOne() && !NoWrap) { in howManyLessThans()13274 bool NoWrap = ControlsOnlyExit && IV->getNoWrapFlags(WrapType); in howManyGreaterThans() local13287 if (!Stride->isOne() && !NoWrap) in howManyGreaterThans()
5362 bool SelectionDAG::isADDLike(SDValue Op, bool NoWrap) const { in isADDLike()5368 return !NoWrap && isMinSignedConstant(Op.getOperand(1)); in isADDLike()