Home
last modified time | relevance | path

Searched refs:RHSKnownNonNegative (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp958 bool RHSKnownNonNegative, RHSKnownNegative; in WillNotOverflowUnsignedSub() local
961 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, /*Depth=*/0, in WillNotOverflowUnsignedSub()
963 if (LHSKnownNegative && RHSKnownNonNegative) in WillNotOverflowUnsignedSub()
/external/llvm/lib/Analysis/
DValueTracking.cpp3334 bool RHSKnownNonNegative, RHSKnownNegative; in computeOverflowForUnsignedAdd() local
3335 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForUnsignedAdd()
3344 if (LHSKnownNonNegative && RHSKnownNonNegative) { in computeOverflowForUnsignedAdd()
3362 bool RHSKnownNonNegative, RHSKnownNegative; in computeOverflowForSignedAdd() local
3365 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForSignedAdd()
3369 (LHSKnownNegative && RHSKnownNonNegative)) { in computeOverflowForSignedAdd()
3383 (LHSKnownNonNegative || RHSKnownNonNegative); in computeOverflowForSignedAdd()
DInstructionSimplify.cpp2689 bool RHSKnownNonNegative, RHSKnownNegative; in SimplifyICmpInst() local
2691 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, Q.DL, 0, in SimplifyICmpInst()
2695 if (RHSKnownNonNegative && YKnownNegative) in SimplifyICmpInst()