Home
last modified time | relevance | path

Searched refs:CAST_BITCAST (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h185 CAST_BITCAST = 11 enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp76 case Instruction::BitCast : return bitc::CAST_BITCAST; in GetEncodedCastOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp107 case bitc::CAST_BITCAST : return Instruction::BitCast; in GetDecodedCastOpcode()