Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:RightShift

10686       SDNode *RightShift = *UI;
10688 std::swap(Trunc, RightShift);
10694 if (RightShift->getOpcode() != ISD::SRL ||
10695 !isa<ConstantSDNode>(RightShift->getOperand(1)) ||
10696 RightShift->getConstantOperandVal(1) != 32 ||
10697 !RightShift->hasOneUse())
10700 SDNode *Trunc2 = *RightShift->use_begin();