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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h212 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
216 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
263 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP);
H A DCodeGenDAGPatterns.cpp984 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
987 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N, function in class:SDTypeConstraint

Completed in 104 milliseconds