reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1495     if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth())
 1495     if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth())
 1496       MinType = T;
 1500   return VectorType::get(MinType, NumElts);