Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp388 const std::pair<APInt, APInt> &RhsMasks = OpcodeMasks[RhsIdx]; in processSTIPredicate() local
396 auto rhsmask_first = PopulationCountAndLeftBit(RhsMasks.first); in processSTIPredicate()
401 auto rhsmask_second = PopulationCountAndLeftBit(RhsMasks.second); in processSTIPredicate()