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