Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2439 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local
2442 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()
2454 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()
2457 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()
2509 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local
2520 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()