Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2211 bool LHSKnownNonNegative, LHSKnownNegative; in SimplifyICmpInst() local
2229 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2233 if (LHSKnownNonNegative) in SimplifyICmpInst()
2237 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2241 if (LHSKnownNonNegative && in SimplifyICmpInst()
2246 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2250 if (LHSKnownNonNegative) in SimplifyICmpInst()
2254 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2258 if (LHSKnownNonNegative && in SimplifyICmpInst()
DValueTracking.cpp3595 bool LHSKnownNonNegative, LHSKnownNegative; in computeOverflowForUnsignedAdd() local
3596 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForUnsignedAdd()
3598 if (LHSKnownNonNegative || LHSKnownNegative) { in computeOverflowForUnsignedAdd()
3609 if (LHSKnownNonNegative && RHSKnownNonNegative) { in computeOverflowForUnsignedAdd()
3626 bool LHSKnownNonNegative, LHSKnownNegative; in computeOverflowForSignedAdd() local
3628 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForSignedAdd()
3633 if ((LHSKnownNonNegative && RHSKnownNegative) || in computeOverflowForSignedAdd()
3648 (LHSKnownNonNegative || RHSKnownNonNegative); in computeOverflowForSignedAdd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp977 bool LHSKnownNonNegative, LHSKnownNegative; in WillNotOverflowUnsignedSub() local
979 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, /*Depth=*/0, in WillNotOverflowUnsignedSub()