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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 198 CAST_BITCAST = 11,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 80 case Instruction::BitCast : return bitc::CAST_BITCAST;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 141 case bitc::CAST_BITCAST : return Instruction::BitCast;
    [all...]

Completed in 9024 milliseconds