Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp166 bool RHSNonNegative, RHSNegative; in WillNotOverflowSignedMul() local
168 ComputeSignBit(RHS, RHSNonNegative, RHSNegative, /*Depth=*/0, &CxtI); in WillNotOverflowSignedMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4230 bool RHSNegative = !!(RHSKnown.One & (1 << 23)); in computeKnownBitsForTargetNode() local
4232 if ((!LHSNegative && !LHSPositive) || (!RHSNegative && !RHSPositive)) in computeKnownBitsForTargetNode()
4234 Negative = (LHSNegative && RHSPositive) || (LHSPositive && RHSNegative); in computeKnownBitsForTargetNode()