Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1496 bool LHSKnownNonNegative, LHSKnownNegative; in SimplifyICmpInst() local
1515 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, TD); in SimplifyICmpInst()
1518 if (LHSKnownNonNegative) in SimplifyICmpInst()
1522 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, TD); in SimplifyICmpInst()
1525 if (LHSKnownNonNegative && isKnownNonZero(LHS, TD)) in SimplifyICmpInst()
1529 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, TD); in SimplifyICmpInst()
1532 if (LHSKnownNonNegative) in SimplifyICmpInst()
1536 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, TD); in SimplifyICmpInst()
1539 if (LHSKnownNonNegative && isKnownNonZero(LHS, TD)) in SimplifyICmpInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2237 bool LHSKnownNonNegative, LHSKnownNegative; in SimplifyICmpInst() local
2255 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2259 if (LHSKnownNonNegative) in SimplifyICmpInst()
2263 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2267 if (LHSKnownNonNegative && in SimplifyICmpInst()
2272 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2276 if (LHSKnownNonNegative) in SimplifyICmpInst()
2280 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
2284 if (LHSKnownNonNegative && in SimplifyICmpInst()
2709 bool LHSKnownNonNegative, LHSKnownNegative; in SimplifyICmpInst() local
[all …]
DValueTracking.cpp3330 bool LHSKnownNonNegative, LHSKnownNegative; in computeOverflowForUnsignedAdd() local
3331 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForUnsignedAdd()
3333 if (LHSKnownNonNegative || LHSKnownNegative) { in computeOverflowForUnsignedAdd()
3344 if (LHSKnownNonNegative && RHSKnownNonNegative) { in computeOverflowForUnsignedAdd()
3361 bool LHSKnownNonNegative, LHSKnownNegative; in computeOverflowForSignedAdd() local
3363 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, DL, /*Depth=*/0, in computeOverflowForSignedAdd()
3368 if ((LHSKnownNonNegative && RHSKnownNegative) || in computeOverflowForSignedAdd()
3383 (LHSKnownNonNegative || RHSKnownNonNegative); in computeOverflowForSignedAdd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp957 bool LHSKnownNonNegative, LHSKnownNegative; in WillNotOverflowUnsignedSub() local
959 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, /*Depth=*/0, in WillNotOverflowUnsignedSub()