Searched refs:CST_CODE_CE_BINOP (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 157 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-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 349 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval] enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 360 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval] enumerator
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2144 Code = bitc::CST_CODE_CE_BINOP; in writeConstants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2440 Code = bitc::CST_CODE_CE_BINOP; in writeConstants()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2518 Code = bitc::CST_CODE_CE_BINOP; in writeConstants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2533 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in parseConstants()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3051 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in parseConstants()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2591 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in parseConstants()
|