Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h216 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
263 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
DCodeGenDAGPatterns.cpp987 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N, in ApplyTypeConstraint() function in SDTypeConstraint