Home
last modified time | relevance | path

Searched refs:AllowTypeMismatch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h3256 bool AllowUndefs = false, bool AllowTypeMismatch = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp391 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate() argument
392 if (!AllowTypeMismatch && LHS.getValueType() != RHS.getValueType()) in matchBinaryPredicate()
416 if (!AllowTypeMismatch && (LHSOp.getValueType() != SVT || in matchBinaryPredicate()