Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h225 void setHasPostMatchPredicate(bool V) { HasPostMatchPredicate = V; } in setHasPostMatchPredicate() function
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp521 MatchDag.setHasPostMatchPredicate(true); in parseMatcher()