Home
last modified time | relevance | path

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

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