Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp76 bool ThisSigned = Val.isSigned(); in compare() local
89 if (ThisSigned && OtherSigned) { in compare()
94 } else if (!ThisSigned && !OtherSigned) { in compare()
99 } else if (ThisSigned && !OtherSigned) { in compare()