Home
last modified time | relevance | path

Searched refs:BINOP_UREM (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h198 BINOP_UREM = 5, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h230 BINOP_UREM = 5, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h323 BINOP_UREM = 5, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp91 case naclbitc::BINOP_UREM: in DecodeBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h377 BINOP_UREM = 5, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp91 case Instruction::URem: return bitc::BINOP_UREM; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp122 case bitc::BINOP_UREM: return Instruction::URem; in GetDecodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1794 case naclbitc::BINOP_UREM: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp503 case Instruction::URem: return bitc::BINOP_UREM; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp528 case Instruction::URem: return bitc::BINOP_UREM; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp985 case bitc::BINOP_UREM: in getDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp812 case bitc::BINOP_UREM: in getDecodedBinaryOpcode()