HomeSort by relevance Sort by last modified time
    Searched refs:isHalf (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 173 bool isHalf() const { return Float && ElementBitwidth == 16; }
825 if (isHalf())
1015 if (T.isHalf() && T.isVector() && !T.isScalarForMangling())
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 787 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
791 if (!isHalf && !isInf && !isNaN) {
    [all...]

Completed in 64 milliseconds