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