Searched refs:BOP_Shl (Results 1 – 3 of 3) sorted by relevance
35 case BOP_Shl: return "<<"; in getBinaryOpcodeString()
573 case BO_Shl: return translateBinOp(til::BOP_Shl, BO, Ctx); in translateBinaryOperator()594 case BO_ShlAssign: return translateBinAssign(til::BOP_Shl, BO, Ctx); in translateBinaryOperator()
97 BOP_Shl, // << enumerator