Searched refs:MinType (Results 1 – 2 of 2) sorted by relevance
1456 private template MinType(T...)1461 alias MinType = T[0]; variable1466 alias MinType = CommonType!T; variable1472 alias MinType = T[1]; variable1474 alias MinType = T[0]; variable1476 alias MinType = T[1]; variable1478 alias MinType = T[0]; variable1483 alias MinType = MinType!(MinType!(T[0 .. ($+1)/2]), MinType!(T[($+1)/2 .. $])); variable1497 MinType!T min(T...)(T args)
1581 Type *MinType = nullptr; in shrinkFPConstantVector() local1598 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()1599 MinType = T; in shrinkFPConstantVector()1603 return FixedVectorType::get(MinType, NumElts); in shrinkFPConstantVector()