Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5216 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative(); in compareAbsoluteValue() local
5217 if (Against && !RHSAgainst) in compareAbsoluteValue()
5219 if (!Against && RHSAgainst) in compareAbsoluteValue()
5221 if (!Against && !RHSAgainst) in compareAbsoluteValue()
5223 if (Against && RHSAgainst) in compareAbsoluteValue()