Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4685 SDValue ShOps[2]; in visitIntrinsicCall() local
4686 ShOps[0] = ShAmt; in visitIntrinsicCall()
4687 ShOps[1] = DAG.getConstant(0, sdl, MVT::i32); in visitIntrinsicCall()
4688 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, sdl, ShAmtVT, ShOps); in visitIntrinsicCall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp16079 SmallVector<SDValue, 4> ShOps; in getTargetVShiftNode() local
16080 ShOps.push_back(ShAmt); in getTargetVShiftNode()
16082 ShOps.push_back(DAG.getConstant(0, dl, SVT)); in getTargetVShiftNode()
16083 ShOps.push_back(DAG.getUNDEF(SVT)); in getTargetVShiftNode()
16085 ShOps.push_back(DAG.getUNDEF(SVT)); in getTargetVShiftNode()
16088 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, BVT, ShOps); in getTargetVShiftNode()