Home
last modified time | relevance | path

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

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