Searched refs:ShOps (Results 1 – 2 of 2) sorted by relevance
4914 SDValue ShOps[2]; in visitIntrinsicCall() local4915 ShOps[0] = ShAmt; in visitIntrinsicCall()4916 ShOps[1] = DAG.getConstant(0, MVT::i32); in visitIntrinsicCall()4917 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, sdl, ShAmtVT, ShOps); in visitIntrinsicCall()
14625 SmallVector<SDValue, 4> ShOps; in getTargetVShiftNode() local14626 ShOps.push_back(ShAmt); in getTargetVShiftNode()14628 ShOps.push_back(DAG.getConstant(0, SVT)); in getTargetVShiftNode()14629 ShOps.push_back(DAG.getUNDEF(SVT)); in getTargetVShiftNode()14631 ShOps.push_back(DAG.getUNDEF(SVT)); in getTargetVShiftNode()14634 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, BVT, ShOps); in getTargetVShiftNode()