Searched defs:vType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp8273 QualType vType = CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/false); local
8274 if (vType.isNull())
8275 return vType;
8281 if (vType->getAs<VectorType>()->getVectorKind() == VectorType::AltiVecVector)
8315 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false); local
8316 if (vType.isNull())
8319 vType->hasFloatingRepresentation())

Completed in 195 milliseconds