Searched refs:VBI (Results 1 – 3 of 3) sorted by relevance
50 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) { in getVariableBit() local51 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) in getVariableBit()53 return VBI->getBitNum(); in getVariableBit()
3599 VirtualBaseInfo *VBI; in computeVBTableRelatedInformation() local3607 Entry = VBI = new VirtualBaseInfo(); in computeVBTableRelatedInformation()3610 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()3619 VBI->VBTableIndices.insert(BaseInfo->VBTableIndices.begin(), in computeVBTableRelatedInformation()3625 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()3628 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()3629 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()3632 return VBI; in computeVBTableRelatedInformation()
979 unsigned VBI = Bits[i].getValueBitIndex(); in computeRotationAmounts() local980 if (i >= VBI) in computeRotationAmounts()981 RLAmt[i] = i - VBI; in computeRotationAmounts()983 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()