Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2491 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local
2494 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()
2506 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()
2509 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()
2557 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local
2568 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()