Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h66 return tryFoldImplicitDef(MI, DeadInsts); in tryCombineAnyExt()
95 return tryFoldImplicitDef(MI, DeadInsts); in tryCombineZExt()
127 return tryFoldImplicitDef(MI, DeadInsts); in tryCombineSExt()
131 bool tryFoldImplicitDef(MachineInstr &MI, in tryFoldImplicitDef() function