Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2271 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local
2274 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()
2286 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()
2289 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()
2349 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local
2360 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()