Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h569 const Alternative &getAlternative(unsigned K) const { return Alts[K]; } in getAlternative() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1712 const auto &FragAlt = PF.getAlternative(Alts.lookup(&PFP)); in emitPatFragMatchPattern()