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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 187 CAST_TRUNC = 0,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 69 case Instruction::Trunc : return bitc::CAST_TRUNC;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 130 case bitc::CAST_TRUNC : return Instruction::Trunc;
    [all...]

Completed in 172 milliseconds