Searched refs:RHSKnownNonNegative (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 958 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/ |
D | ValueTracking.cpp | 3334 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()
|
D | InstructionSimplify.cpp | 2689 bool RHSKnownNonNegative, RHSKnownNegative; in SimplifyICmpInst() local 2691 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, Q.DL, 0, in SimplifyICmpInst() 2695 if (RHSKnownNonNegative && YKnownNegative) in SimplifyICmpInst()
|