Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2182 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local
2185 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()
2197 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()
2200 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()
2252 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local
2263 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()