Searched refs:FUNC_CODE_INST_CMP (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 267 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 400 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 228 case bitc::FUNC_CODE_INST_CMP: return "INST_CMP"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2354 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in ParseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4796 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in parseFunctionBody()
|