HomeSort by: relevance | last modified time | path
    Searched defs:isFloating (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp 191 bool isFloating() const { return Kind == Float; }
196 bool isFloat() const { return isFloating() && ElementBitwidth == 32; }
197 bool isDouble() const { return isFloating() && ElementBitwidth == 64; }
198 bool isHalf() const { return isFloating() && ElementBitwidth == 16; }
613 else if (isFloating())
708 if (isFloating()) {
997 !RetT.isFloating() && !RetT.isBFloat16())

Completed in 20 milliseconds