Searched refs:CST_CODE_CE_BINOP (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 155 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 158 CST_CODE_CE_BINOP = 10, // Not used in PNaCl. enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 275 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 203 case bitc::CST_CODE_CE_BINOP: return "CE_BINOP"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 882 Code = bitc::CST_CODE_CE_BINOP; in WriteConstants()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1340 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in ParseConstants()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2144 Code = bitc::CST_CODE_CE_BINOP; in writeConstants()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3051 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in parseConstants()
|