Searched refs:isFloating (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp188 bool isFloating() const { return Kind == Float; } function in class:__anon3552::Type
193 bool isFloat() const { return isFloating() && ElementBitwidth == 32; }
194 bool isDouble() const { return isFloating() && ElementBitwidth == 64; }
195 bool isHalf() const { return isFloating() && ElementBitwidth == 16; }
604 else if (isFloating())
694 if (isFloating()) {
964 !RetT.isFloating())

Completed in 161 milliseconds