Searched refs:BINOP_SHL (Results 1 – 3 of 3) sorted by relevance
213 BINOP_SHL = 7, enumerator
100 case Instruction::Shl: return bitc::BINOP_SHL; in GetEncodedBinaryOpcode()
149 case bitc::BINOP_SHL: return Instruction::Shl; in GetDecodedBinaryOpcode()