Searched refs:PassedType (Results 1 – 2 of 2) sorted by relevance
361 QualType PassedType = Arg->getType(); in BuiltinPPCMMACall() local362 QualType StrippedRVType = PassedType.getCanonicalType(); in BuiltinPPCMMACall()377 << PassedType << ExpectedType << 1 << 0 << 0; in BuiltinPPCMMACall()
2479 clang::QualType PassedType)> in CheckAllArgTypesAreCorrect()2491 clang::QualType PassedType) { in CheckFloatOrHalfRepresentation() argument2493 PassedType->isVectorType() in CheckFloatOrHalfRepresentation()2494 ? PassedType->castAs<clang::VectorType>()->getElementType() in CheckFloatOrHalfRepresentation()2495 : PassedType; in CheckFloatOrHalfRepresentation()2499 << /* half or float */ 2 << PassedType; in CheckFloatOrHalfRepresentation()2515 clang::QualType PassedType) { in CheckNoDoubleVectors() argument2516 const auto *VecTy = PassedType->getAs<VectorType>(); in CheckNoDoubleVectors()2523 << PassedType; in CheckNoDoubleVectors()2529 clang::QualType PassedType) { in CheckFloatingOrIntRepresentation() argument[all …]