Searched defs:hasFirstCondition (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ | ||
H A D | GlobalISelMatchTable.h | 394 bool hasFirstCondition() const override { return !Conditions.empty(); } hasFirstCondition() function |
H A D | GlobalISelMatchTable.cpp | 751 bool RuleMatcher::hasFirstCondition() const { hasFirstCondition() function in llvm::gi::RuleMatcher |