Searched refs:ShiftBy (Results 1 – 8 of 8) sorted by relevance
62 void DwarfExpression::AddShr(unsigned ShiftBy) { in AddShr() argument64 EmitUnsigned(ShiftBy); in AddShr()
60 void AddShr(unsigned ShiftBy);
89 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr() argument90 emitConstu(ShiftBy); in addShr()
248 void addShr(unsigned ShiftBy);
257 void addShr(unsigned ShiftBy);
15483 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL() local15486 if (ShiftBy.getValueType() == MVT::i64) in combineSHL()15487 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()15490 ShiftBy); in combineSHL()
16533 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL() local16536 if (ShiftBy.getValueType() == MVT::i64) in combineSHL()16537 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()16540 ShiftBy); in combineSHL()