Home | History | Annotate | Download | only in Sema

Lines Matching defs:RHSType

1828     QualType RHSType = TheCall->getArg(1)->getType();
1830 if (!LHSType->isVectorType() || !RHSType->isVectorType())
1843 if (!RHSType->hasIntegerRepresentation() ||
1844 RHSType->getAs<VectorType>()->getNumElements() != numElements)
1849 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {