Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1574 Type *MinType = nullptr; in shrinkFPConstantVector() local
1588 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()
1589 MinType = T; in shrinkFPConstantVector()
1593 return FixedVectorType::get(MinType, NumElts); in shrinkFPConstantVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1484 Type *MinType = nullptr; in shrinkFPConstantVector() local
1498 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()
1499 MinType = T; in shrinkFPConstantVector()
1503 return VectorType::get(MinType, NumElts); in shrinkFPConstantVector()