Home
last modified time | relevance | path

Searched refs:BINOP_SUB (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h228 BINOP_SUB = 1, enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp88 case Instruction::FSub: return bitc::BINOP_SUB; in GetEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp615 case bitc::BINOP_SUB: in GetDecodedBinaryOpcode()