Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2563 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local
2566 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()
2578 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()
2580 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()
2603 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local
2613 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()