Home
last modified time | relevance | path

Searched refs:CST_CODE_CE_BINOP (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h155 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h158 CST_CODE_CE_BINOP = 10, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h275 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp203 case bitc::CST_CODE_CE_BINOP: return "CE_BINOP"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp882 Code = bitc::CST_CODE_CE_BINOP; in WriteConstants()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1340 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in ParseConstants()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2144 Code = bitc::CST_CODE_CE_BINOP; in writeConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3051 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in parseConstants()