Searched refs:SrcExtOp (Results 1 – 1 of 1) sorted by relevance
2163 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local2166 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()2178 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()2181 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()2246 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local2257 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()