Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h197 BINOP_SDIV = 4, // overloaded for FP enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h229 BINOP_SDIV = 4, // overloaded for FP enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h322 BINOP_SDIV = 4, // overloaded for FP enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h376 BINOP_SDIV = 4, // overloaded for FP enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp88 case naclbitc::BINOP_SDIV: in DecodeBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp90 case Instruction::SDiv: return bitc::BINOP_SDIV; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp120 case bitc::BINOP_SDIV: in GetDecodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1786 case naclbitc::BINOP_SDIV: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp502 case Instruction::SDiv: return bitc::BINOP_SDIV; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp527 case Instruction::SDiv: return bitc::BINOP_SDIV; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp983 case bitc::BINOP_SDIV: in getDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp810 case bitc::BINOP_SDIV: in getDecodedBinaryOpcode()