Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java279 public static class FalsePredicate extends Predicate { class in SemanticContext
280 public FalsePredicate() { in FalsePredicate() method in SemanticContext.FalsePredicate
614 if (a instanceof FalsePredicate || b instanceof FalsePredicate) in and()
615 return new FalsePredicate(); in and()
628 if (a instanceof FalsePredicate || b instanceof FalsePredicate) in and()
629 return new FalsePredicate(); in and()
666 …Terms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof FalsePredicate); in or()
671 if ( a==EMPTY_SEMANTIC_CONTEXT || a==null || a instanceof FalsePredicate ) { in or()
675 if ( b==EMPTY_SEMANTIC_CONTEXT || b==null || b instanceof FalsePredicate ) { in or()
716 return new FalsePredicate(); in not()
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td81 def FalsePredicate : Predicate<"false">;
DSIInstructions.td2135 defm : SelectCanonicalizeAsMax<[FalsePredicate], [FP64Denormals], [FP16Denormals]>;