Searched refs:PassedType (Results 1 – 2 of 2) sorted by relevance
950 llvm::function_ref<bool(clang::QualType PassedType)> Check) { in CheckArgsTypesAreCorrect()952 QualType PassedType = TheCall->getArg(i)->getType(); in CheckArgsTypesAreCorrect() local953 if (Check(PassedType)) { in CheckArgsTypesAreCorrect()954 if (auto *VecTyA = PassedType->getAs<VectorType>()) in CheckArgsTypesAreCorrect()959 << PassedType << ExpectedType << 1 << 0 << 0; in CheckArgsTypesAreCorrect()967 auto checkAllFloatTypes = [](clang::QualType PassedType) -> bool { in CheckAllArgsHaveFloatRepresentation() argument968 return !PassedType->hasFloatingRepresentation(); in CheckAllArgsHaveFloatRepresentation()975 auto checkFloatorHalf = [](clang::QualType PassedType) -> bool { in CheckFloatOrHalfRepresentations() argument977 PassedType->isVectorType() in CheckFloatOrHalfRepresentations()978 ? PassedType->getAs<clang::VectorType>()->getElementType() in CheckFloatOrHalfRepresentations()[all …]
355 QualType PassedType = Arg->getType(); in BuiltinPPCMMACall() local356 QualType StrippedRVType = PassedType.getCanonicalType(); in BuiltinPPCMMACall()371 << PassedType << ExpectedType << 1 << 0 << 0; in BuiltinPPCMMACall()