Lines Matching refs:CurrentOp
17068 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
17069 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
17070 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
17073 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
17080 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
17081 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
17082 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
17085 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
17092 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
17093 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
17094 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
17097 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()