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

  /external/llvm/include/llvm/IR/
Type.h 129 /// isHalfTy - Return true if this is 'half', a 16-bit IEEE fp type.
130 bool isHalfTy() const { return getTypeID() == HalfTyID; }
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 316 if (CFP->getType()->isHalfTy()){
416 if (LoadTy->isHalfTy())
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 631 if (Ty->isHalfTy())
902 if (CFP->getType()->isHalfTy())
    [all...]
ConstantFold.cpp 592 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf :
    [all...]
Verifier.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 581 milliseconds