Searched refs:SrcExtOp (Results 1 – 1 of 1) sorted by relevance
2182 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local2185 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()2197 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()2200 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()2252 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local2263 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()