Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6658 SDValue VRound, Chain; in combineFP_ROUND() local
6663 VRound = DAG.getNode(SystemZISD::STRICT_VROUND, SDLoc(N), in combineFP_ROUND()
6665 Chain = VRound.getValue(1); in combineFP_ROUND()
6667 VRound = DAG.getNode(SystemZISD::VROUND, SDLoc(N), in combineFP_ROUND()
6669 DCI.AddToWorklist(VRound.getNode()); in combineFP_ROUND()
6672 VRound, DAG.getConstant(2, SDLoc(U), MVT::i32)); in combineFP_ROUND()
6679 VRound, DAG.getConstant(0, SDLoc(Op0), MVT::i32)); in combineFP_ROUND()