Searched refs:ShiftBy (Results 1 – 4 of 4) sorted by relevance
719 biti = cast(size_t)(p - pool.baseAddr) >> Pool.ShiftBy.Small;896 biti = cast(size_t)(p - pool.baseAddr) >> pool.ShiftBy.Large;910 biti = cast(size_t)(p - pool.baseAddr) >> pool.ShiftBy.Small;1645 auto biti = cast(size_t)(cast(void*)list - pool.baseAddr) >> Pool.ShiftBy.Small;2342 biti = offsetBase >> Pool.ShiftBy.Small;2360 biti = offset >> Pool.ShiftBy.Large;2381 biti = pn * (PAGESIZE >> Pool.ShiftBy.Large);3189 biti = baseOffset(offset, bins) >> pool.ShiftBy.Small;3195 biti = pn * (PAGESIZE >> pool.ShiftBy.Large);3200 biti = pn * (PAGESIZE >> pool.ShiftBy.Large);[all …]
89 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr() argument90 emitConstu(ShiftBy); in addShr()
258 void addShr(unsigned ShiftBy);
16491 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL() local16494 if (ShiftBy.getValueType() == MVT::i64) in combineSHL()16495 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()16498 ShiftBy); in combineSHL()