Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h214 BINOP_LSHR = 8, enumerator
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp101 case Instruction::LShr: return bitc::BINOP_LSHR; in GetEncodedBinaryOpcode()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp150 case bitc::BINOP_LSHR: return Instruction::LShr; in GetDecodedBinaryOpcode()