Searched refs:MinType (Results 1 – 1 of 1) sorted by relevance
1565 Type *MinType = nullptr; in shrinkFPConstantVector() local1585 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()1586 MinType = T; in shrinkFPConstantVector()1590 return MinType ? FixedVectorType::get(MinType, NumElts) : nullptr; in shrinkFPConstantVector()