Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp378 const std::pair<APInt, APInt> &LhsMasks = OpcodeMasks[LhsIdx]; in processSTIPredicate() local
385 auto lhsmask_first = PopulationCountAndLeftBit(LhsMasks.first); in processSTIPredicate()
390 auto lhsmask_second = PopulationCountAndLeftBit(LhsMasks.second); in processSTIPredicate()