Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h331 FUNC_CODE_INST_INDIRECTBR = 31, // INDIRECTBR: [opty, op0, op1, ...] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1783 Code = bitc::FUNC_CODE_INST_INDIRECTBR; in WriteInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3819 case bitc::FUNC_CODE_INST_INDIRECTBR: { // INDIRECTBR: [opty, op0, op1, ...] in ParseFunctionBody()