Home
last modified time | relevance | path

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

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