Home
last modified time | relevance | path

Searched refs:NoWrap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h24 NoWrap = false, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2119 bool isADDLike(SDValue Op, bool NoWrap = false) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12882 bool NoWrap = ControlsOnlyExit && IV->getNoWrapFlags(WrapType); in howManyLessThans() local
12923 if (PredicatedIV || !NoWrap || !loopIsFiniteByAssumption(L) || in howManyLessThans()
12958 } else if (!Stride->isOne() && !NoWrap) { in howManyLessThans()
13274 bool NoWrap = ControlsOnlyExit && IV->getNoWrapFlags(WrapType); in howManyGreaterThans() local
13287 if (!Stride->isOne() && !NoWrap) in howManyGreaterThans()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5362 bool SelectionDAG::isADDLike(SDValue Op, bool NoWrap) const { in isADDLike()
5368 return !NoWrap && isMinSignedConstant(Op.getOperand(1)); in isADDLike()