Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp4273 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative(); in compareAbsoluteValue() local
4274 if (Against && !RHSAgainst) in compareAbsoluteValue()
4276 if (!Against && RHSAgainst) in compareAbsoluteValue()
4278 if (!Against && !RHSAgainst) in compareAbsoluteValue()
4280 if (Against && RHSAgainst) in compareAbsoluteValue()