Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h83 bool HasPostMatchPredicate = false; variable
222 void setHasPostMatchPredicate(bool V) { HasPostMatchPredicate = V; } in setHasPostMatchPredicate()
223 bool hasPostMatchPredicate() const { return HasPostMatchPredicate; } in hasPostMatchPredicate()