Searched refs:ShOps (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 5535 SDValue ShOps[2]; in visitIntrinsicCall() local 5536 ShOps[0] = ShAmt; in visitIntrinsicCall() 5537 ShOps[1] = DAG.getConstant(0, sdl, MVT::i32); in visitIntrinsicCall() 5538 ShAmt = DAG.getBuildVector(ShAmtVT, sdl, ShOps); in visitIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 21357 SDValue ShOps[4] = {ShAmt, DAG.getConstant(0, dl, SVT), DAG.getUNDEF(SVT), in getTargetVShiftNode() local 21359 ShAmt = DAG.getBuildVector(MVT::v4i32, dl, ShOps); in getTargetVShiftNode()
|