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.cpp5032 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative(); in compareAbsoluteValue() local
5033 if (Against && !RHSAgainst) in compareAbsoluteValue()
5035 if (!Against && RHSAgainst) in compareAbsoluteValue()
5037 if (!Against && !RHSAgainst) in compareAbsoluteValue()
5039 if (Against && RHSAgainst) in compareAbsoluteValue()