Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp77 bool OtherSigned = OtherVal.isSigned(); in compare() local
89 if (ThisSigned && OtherSigned) { in compare()
94 } else if (!ThisSigned && !OtherSigned) { in compare()
99 } else if (ThisSigned && !OtherSigned) { in compare()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DIntegral.h58 template <unsigned OtherBits, bool OtherSigned> friend class Integral;