Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h106 return tryFoldImplicitDef(MI, DeadInsts, UpdatedDefs); in tryCombineAnyExt()
169 return tryFoldImplicitDef(MI, DeadInsts, UpdatedDefs); in tryCombineZExt()
226 return tryFoldImplicitDef(MI, DeadInsts, UpdatedDefs); in tryCombineSExt()
332 bool tryFoldImplicitDef(MachineInstr &MI, in tryFoldImplicitDef() function