Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8645 for (QualType Vec2Ty : CandidateTypes[1].vector_types()) { in addGenericBinaryArithmeticOverloads() local
8646 QualType LandR[2] = {Vec1Ty, Vec2Ty}; in addGenericBinaryArithmeticOverloads()
8914 for (QualType Vec2Ty : CandidateTypes[0].vector_types()) { in addAssignmentArithmeticOverloads() local
8916 ParamTypes[1] = Vec2Ty; in addAssignmentArithmeticOverloads()