Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8644 for (QualType Vec1Ty : CandidateTypes[0].vector_types()) in addGenericBinaryArithmeticOverloads() local
8646 QualType LandR[2] = {Vec1Ty, Vec2Ty}; in addGenericBinaryArithmeticOverloads()
8913 for (QualType Vec1Ty : CandidateTypes[0].vector_types()) in addAssignmentArithmeticOverloads() local
8918 ParamTypes[0] = S.Context.getLValueReferenceType(Vec1Ty); in addAssignmentArithmeticOverloads()
8924 ParamTypes[0] = S.Context.getVolatileType(Vec1Ty); in addAssignmentArithmeticOverloads()