Home | History | Annotate | Download | only in Sema

Lines Matching defs:RHSType

1481     QualType RHSType = TheCall->getArg(1)->getType();
1483 if (!LHSType->isVectorType() || !RHSType->isVectorType()) {
1497 if (!RHSType->hasIntegerRepresentation() ||
1498 RHSType->getAs<VectorType>()->getNumElements() != numElements)
1504 else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {