Searched defs:isHalf (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Lex/ | ||
H A D | LiteralSupport.h | 76 bool isHalf : 1; // 1.0h variable |
/llvm-project/clang/utils/TableGen/ | ||
H A D | NeonEmitter.cpp | 197 bool isHalf() const { return isFloating() && ElementBitwidth == 16; } isHalf() function in __anon1ddc9b620111::Type |