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