Searched refs:VRound (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 7343 SDValue VRound, Chain; in combineFP_ROUND() local 7348 VRound = DAG.getNode(SystemZISD::STRICT_VROUND, SDLoc(N), in combineFP_ROUND() 7350 Chain = VRound.getValue(1); in combineFP_ROUND() 7352 VRound = DAG.getNode(SystemZISD::VROUND, SDLoc(N), in combineFP_ROUND() 7354 DCI.AddToWorklist(VRound.getNode()); in combineFP_ROUND() 7357 VRound, DAG.getConstant(2, SDLoc(U), MVT::i32)); in combineFP_ROUND() 7364 VRound, DAG.getConstant(0, SDLoc(Op0), MVT::i32)); in combineFP_ROUND()
|