Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp67 bool ThisSigned = Val.isSigned(); in compare() local
85 if (ThisSigned && OtherSigned) { in compare()
90 } else if (!ThisSigned && !OtherSigned) { in compare()
95 } else if (ThisSigned && !OtherSigned) { in compare()