Home
last modified time | relevance | path

Searched refs:CurrentOp (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp17068 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()
[all …]