Searched refs:ShiftBy (Results 1 – 5 of 5) sorted by relevance
187 void ARCInstPrinter::printU6ShiftedBy(unsigned ShiftBy, const MCInst *MI, in printU6ShiftedBy() argument192 unsigned Value2 = Value >> ShiftBy; in printU6ShiftedBy()193 if (Value2 > 0x3F || (Value2 << ShiftBy != Value)) { in printU6ShiftedBy()197 if (ShiftBy) in printU6ShiftedBy()198 errs() << " scaled by " << (1 << ShiftBy) << "\n"; in printU6ShiftedBy()
49 void printU6ShiftedBy(unsigned ShiftBy, const MCInst *MI, int OpNum,
89 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr() argument90 emitConstu(ShiftBy); in addShr()
257 void addShr(unsigned ShiftBy);
17254 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL() local17257 if (ShiftBy.getValueType() == MVT::i64) in combineSHL()17258 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()17261 ShiftBy); in combineSHL()