Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h393 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1889 Code = bitc::FUNC_CODE_INST_CMP2; in WriteInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4362 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in parseFunctionBody()