OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAlwaysTrue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.h
258
///
isAlwaysTrue
- Return true if this is a noop predicate.
259
bool
isAlwaysTrue
() const;
390
assert(!Fn.
isAlwaysTrue
() && "Empty predicate string!");
DAGISelMatcherEmitter.cpp
627
assert(!PredFn.
isAlwaysTrue
() && "No code in this predicate");
CodeGenDAGPatterns.cpp
677
///
isAlwaysTrue
- Return true if this is a noop predicate.
678
bool TreePredicateFn::
isAlwaysTrue
() const {
[
all
...]
Completed in 874 milliseconds