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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp191 bool isFloating() const { return Kind == Float; } function in class:__anon2449::Type
196 bool isFloat() const { return isFloating() && ElementBitwidth == 32; }
197 bool isDouble() const { return isFloating() && ElementBitwidth == 64; }
198 bool isHalf() const { return isFloating() && ElementBitwidth == 16; }
616 else if (isFloating())
711 if (isFloating()) {
1000 !RetT.isFloating() && !RetT.isBFloat16())

Completed in 32 milliseconds