Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5982 bool IsMulHigh = MI.getOpcode() == TargetOpcode::G_UMULH; in narrowScalarMul() local
5983 unsigned DstTmpParts = NumParts * (IsMulHigh ? 2 : 1); in narrowScalarMul()