Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp987 unsigned LastGroupStartIdx = 0; in collectBitGroups() local
997 LastGroupStartIdx = 0; in collectBitGroups()
1006 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1010 LastGroupStartIdx = i; in collectBitGroups()
1013 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()