Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp159 bool RHSNonNegative, RHSNegative; in WillNotOverflowSignedMul() local
161 ComputeSignBit(RHS, RHSNonNegative, RHSNegative, /*Depth=*/0, &CxtI); in WillNotOverflowSignedMul()
162 if (LHSNonNegative || RHSNonNegative) in WillNotOverflowSignedMul()