Searched refs:AllowTypeMismatch (Results 1 – 2 of 2) sorted by relevance
3369 bool AllowUndefs = false, bool AllowTypeMismatch = false);
388 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate() argument389 if (!AllowTypeMismatch && LHS.getValueType() != RHS.getValueType()) in matchBinaryPredicate()413 if (!AllowTypeMismatch && (LHSOp.getValueType() != SVT || in matchBinaryPredicate()