Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h260 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints() function
H A DCodeGenDAGPatterns.cpp1699 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode