Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:CM

87   ConstantInt *CSL = 0, *CSR = 0, *CM = 0;
96 m_ConstantInt(CM)));
103 m_ConstantInt(CM)));
110 m_ConstantInt(CM)));
119 m_ConstantInt(CM)));
126 m_ConstantInt(CM)));
129 CM = 0;
136 CM = 0;
155 if (!CM) {
162 CM = ConstantInt::get(Ctx, A);
165 // CM is the shifted-left mask. Shift it back right to remove the zero
167 APInt M = CM->getValue().lshr(SL);