Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1141 const bool ImmAllOnesV = ChildRec->getName() == "immAllOnesV"; in importChildMatcher() local
1142 if (ImmAllOnesV || ChildRec->getName() == "immAllZerosV") { in importChildMatcher()
1170 ImmAllOnesV ? VectorSplatImmPredicateMatcher::AllOnes in importChildMatcher()