Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2163 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local
2166 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() local
2257 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()