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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 194 CAST_FPTRUNC = 7,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 76 case Instruction::FPTrunc : return bitc::CAST_FPTRUNC;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 137 case bitc::CAST_FPTRUNC : return Instruction::FPTrunc;
    [all...]

Completed in 69 milliseconds