Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp388 unsigned RootWidth = Root.getOperand(2).getImm(); in matchRedundantSextInReg() local
395 if (RootWidth >= OtherWidth) { in matchRedundantSextInReg()
410 B.buildSExtInReg(Dst, Src, RootWidth); in matchRedundantSextInReg()