Home | History | Annotate | Download | only in Sema

Lines Matching refs:RHSType

1331     QualType RHSType = TheCall->getArg(1)->getType();
1333 if (!LHSType->isVectorType() || !RHSType->isVectorType()) {
1347 if (!RHSType->hasIntegerRepresentation() ||
1348 RHSType->getAs<VectorType>()->getNumElements() != numElements)
1354 else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {