Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h213 BINOP_SHL = 7, enumerator
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp100 case Instruction::Shl: return bitc::BINOP_SHL; in GetEncodedBinaryOpcode()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp149 case bitc::BINOP_SHL: return Instruction::Shl; in GetDecodedBinaryOpcode()