Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CMP (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h267 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h400 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp228 case bitc::FUNC_CODE_INST_CMP: return "INST_CMP"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2354 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4796 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in parseFunctionBody()