Searched refs:VExtend (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 6725 SDValue VExtend, Chain; in combineFP_EXTEND() local 6730 VExtend = DAG.getNode(SystemZISD::STRICT_VEXTEND, SDLoc(N), in combineFP_EXTEND() 6732 Chain = VExtend.getValue(1); in combineFP_EXTEND() 6734 VExtend = DAG.getNode(SystemZISD::VEXTEND, SDLoc(N), in combineFP_EXTEND() 6736 DCI.AddToWorklist(VExtend.getNode()); in combineFP_EXTEND() 6739 VExtend, DAG.getConstant(1, SDLoc(U), MVT::i32)); in combineFP_EXTEND() 6746 VExtend, DAG.getConstant(0, SDLoc(Op0), MVT::i32)); in combineFP_EXTEND()
|