Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h387 bool ApplyTypeConstraint(TreePatternNode &N, const SDNodeInfo &NodeInfo,
1284 MadeChange |= TypeConstraint.ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
H A DCodeGenDAGPatterns.cpp1635 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode &N, in ApplyTypeConstraint() function in SDTypeConstraint