Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp47 unsigned TruncWidth = MRI.getType(Trunc->getReg(0)).getScalarSizeInBits(); in matchSextOfTrunc() local
48 if (TruncWidth < 8) in matchSextOfTrunc()
52 B.buildSExtInReg(Dst, Src, TruncWidth); in matchSextOfTrunc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6592 unsigned TruncWidth = TI->getType()->getPrimitiveSizeInBits(); in processUMulZExtIdiom() local
6593 if (TruncWidth > MulWidth) in processUMulZExtIdiom()