Home
last modified time | relevance | path

Searched defs:ApplyTypeConstraints (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h240 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints() function
H A DCodeGenDAGPatterns.cpp1561 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode