Home
last modified time | relevance | path

Searched refs:LHSNegative (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp165 bool LHSNonNegative, LHSNegative; in WillNotOverflowSignedMul() local
167 ComputeSignBit(LHS, LHSNonNegative, LHSNegative, /*Depth=*/0, &CxtI); in WillNotOverflowSignedMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4228 bool LHSNegative = !!(LHSKnown.One & (1 << 23)); in computeKnownBitsForTargetNode() local
4232 if ((!LHSNegative && !LHSPositive) || (!RHSNegative && !RHSPositive)) in computeKnownBitsForTargetNode()
4234 Negative = (LHSNegative && RHSPositive) || (LHSPositive && RHSNegative); in computeKnownBitsForTargetNode()