Searched refs:VRound (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 8416 SDValue VRound, Chain; in combineFP_ROUND() local 8421 VRound = DAG.getNode(SystemZISD::STRICT_VROUND, SDLoc(N), in combineFP_ROUND() 8423 Chain = VRound.getValue(1); in combineFP_ROUND() 8425 VRound = DAG.getNode(SystemZISD::VROUND, SDLoc(N), in combineFP_ROUND() 8427 DCI.AddToWorklist(VRound.getNode()); in combineFP_ROUND() 8430 VRound, DAG.getConstant(2, SDLoc(U), MVT::i32)); in combineFP_ROUND() 8437 VRound, DAG.getConstant(0, SDLoc(Op0), MVT::i32)); in combineFP_ROUND()
|