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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 4450       if (T) {
 4451         const BuiltinType *BT = T->getAs<BuiltinType>();
 4452         if (IsQPXVectorTy(T) ||
 4453             (T->isVectorType() && getContext().getTypeSize(T) == 128) ||
 4453             (T->isVectorType() && getContext().getTypeSize(T) == 128) ||
 4455           QualType QT(T, 0);