Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h84 bool HasPostMatchPredicate = false; variable
225 void setHasPostMatchPredicate(bool V) { HasPostMatchPredicate = V; } in setHasPostMatchPredicate()
226 bool hasPostMatchPredicate() const { return HasPostMatchPredicate; } in hasPostMatchPredicate()