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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 95 TYPE_CODE_DOUBLE = 4, // DOUBLE
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 173 case bitc::TYPE_CODE_DOUBLE: return "DOUBLE";
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 394 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 779 case bitc::TYPE_CODE_DOUBLE: // DOUBLE
    [all...]

Completed in 34 milliseconds