Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1043 unsigned LastGroupStartIdx = 0; in collectBitGroups() local
1053 LastGroupStartIdx = 0; in collectBitGroups()
1062 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1066 LastGroupStartIdx = i; in collectBitGroups()
1069 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()