Home
last modified time | relevance | path

Searched refs:IsNonNegative (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp282 bool IsNonNegative = false; member
286 unsigned TruncBits, bool IsNonNegative) in CastedValue()
288 IsNonNegative(IsNonNegative) {} in CastedValue()
297 IsNonNegative && PreserveNonNeg); in withValue()
308 IsNonNegative); in withZExtOfValue()
328 IsNonNegative); in withSExtOfValue()
334 return CastedValue(NewV, ZExtBits, SExtBits + ExtendBy, 0, IsNonNegative); in withSExtOfValue()
350 if (IsNonNegative && !N.isAllNonNegative()) in evaluateWith()
375 if (IsNonNegative || Other.IsNonNegative) in hasSameCastsAs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9725 bool IsNonNegative = DAG.SignBitIsZero(N->getOperand(1)) && in expandABD() local
9728 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(0), in expandABD()
9733 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(1), in expandABD()