Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h416 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
1261 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
H A DCodeGenDAGPatterns.cpp1585 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N, in ApplyTypeConstraint() function in SDTypeConstraint