Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4914 SDValue ShOps[2]; in visitIntrinsicCall() local
4915 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()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14625 SmallVector<SDValue, 4> ShOps; in getTargetVShiftNode() local
14626 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()