Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6304 SDValue VExtend, Chain; in combineFP_EXTEND() local
6309 VExtend = DAG.getNode(SystemZISD::STRICT_VEXTEND, SDLoc(N), in combineFP_EXTEND()
6311 Chain = VExtend.getValue(1); in combineFP_EXTEND()
6313 VExtend = DAG.getNode(SystemZISD::VEXTEND, SDLoc(N), in combineFP_EXTEND()
6315 DCI.AddToWorklist(VExtend.getNode()); in combineFP_EXTEND()
6318 VExtend, DAG.getConstant(1, SDLoc(U), MVT::i32)); in combineFP_EXTEND()
6325 VExtend, DAG.getConstant(0, SDLoc(Op0), MVT::i32)); in combineFP_EXTEND()