Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp87 bool ResultsMatch = true; in ContractNodes() local
90 ResultsMatch = false; in ContractNodes()
99 ResultsMatch = false; in ContractNodes()
109 ResultsMatch = false; in ContractNodes()
121 if (ResultsMatch) { in ContractNodes()
/external/libvpx/test/
Dpartial_idct_test.cc243 TEST_P(PartialIDctTest, ResultsMatch) { in TEST_P() argument