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