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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 308 if (CFP->getType()->isHalfTy()){
408 if (LoadTy->isHalfTy())
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 139 /// isHalfTy - Return true if this is 'half', a 16-bit IEEE fp type.
140 bool isHalfTy() const { return getTypeID() == HalfTyID; }
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 578 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf :
    [all...]
Constants.cpp 573 if (Ty->isHalfTy())
    [all...]
Verifier.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 853 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 234 milliseconds