Lines Matching refs:IsRelational
8610 bool IsRelational) {
8616 return CheckVectorCompareOperands(LHS, RHS, Loc, IsRelational);
8628 !(LHSType->isBlockPointerType() && IsRelational) &&
8713 if (IsRelational) {
8732 if (!IsRelational && LHSIsNull != RHSIsNull) {
8753 if (!IsRelational &&
8781 if (IsRelational && LCanPointeeTy->isFunctionType()) {
8786 } else if (!IsRelational &&
8829 (!IsRelational &&
8839 (!IsRelational &&
8849 if (!IsRelational &&
8866 if (!IsRelational && LHSType->isBlockPointerType() &&
8882 if (!IsRelational
8959 if (IsRelational && !getLangOpts().CPlusPlus)
8961 } else if (IsRelational && !getLangOpts().CPlusPlus)
8987 if (!IsRelational && RHSIsNull
8992 if (!IsRelational && LHSIsNull
9027 bool IsRelational) {
9062 if (!IsRelational && LHSType->hasFloatingRepresentation()) {