Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp3334 bool RHSKnownNonNegative, RHSKnownNegative; in computeOverflowForUnsignedAdd() local
3335 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForUnsignedAdd()
3338 if (LHSKnownNegative && RHSKnownNegative) { in computeOverflowForUnsignedAdd()
3362 bool RHSKnownNonNegative, RHSKnownNegative; in computeOverflowForSignedAdd() local
3365 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForSignedAdd()
3368 if ((LHSKnownNonNegative && RHSKnownNegative) || in computeOverflowForSignedAdd()
3384 bool LHSOrRHSKnownNegative = (LHSKnownNegative || RHSKnownNegative); in computeOverflowForSignedAdd()
DInstructionSimplify.cpp2689 bool RHSKnownNonNegative, RHSKnownNegative; in SimplifyICmpInst() local
2691 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, Q.DL, 0, in SimplifyICmpInst()
2697 if (RHSKnownNegative || YKnownNonNegative) in SimplifyICmpInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp406 bool RHSKnownNegative = RHSKnownOne[BitWidth - 1]; in visitCallInst() local
408 if (LHSKnownNegative && RHSKnownNegative) { in visitCallInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp958 bool RHSKnownNonNegative, RHSKnownNegative; in WillNotOverflowUnsignedSub() local
961 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, /*Depth=*/0, in WillNotOverflowUnsignedSub()