Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7407 SDValue VExtend, Chain; in combineFP_EXTEND() local
7412 VExtend = DAG.getNode(SystemZISD::STRICT_VEXTEND, SDLoc(N), in combineFP_EXTEND()
7414 Chain = VExtend.getValue(1); in combineFP_EXTEND()
7416 VExtend = DAG.getNode(SystemZISD::VEXTEND, SDLoc(N), in combineFP_EXTEND()
7418 DCI.AddToWorklist(VExtend.getNode()); in combineFP_EXTEND()
7421 VExtend, DAG.getConstant(1, SDLoc(U), MVT::i32)); in combineFP_EXTEND()
7428 VExtend, DAG.getConstant(0, SDLoc(Op0), MVT::i32)); in combineFP_EXTEND()