Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2740 bool AllowUndefs = false, bool AllowTypeMismatch = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp335 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate() argument
336 if (!AllowTypeMismatch && LHS.getValueType() != RHS.getValueType()) in matchBinaryPredicate()
359 if (!AllowTypeMismatch && (LHSOp.getValueType() != SVT || in matchBinaryPredicate()