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