Lines Matching refs:CurrentOp
21258 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
21259 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
21260 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
21263 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
21270 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
21271 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
21272 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
21275 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
21282 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
21283 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
21284 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
21287 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()