Searched refs:VBI (Results 1 – 2 of 2) sorted by relevance
58 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) { in getVariableBit() local59 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) in getVariableBit()61 return VBI->getBitNum(); in getVariableBit()
3403 VirtualBaseInfo *VBI; in computeVBTableRelatedInformation() local3411 Entry = VBI = new VirtualBaseInfo(); in computeVBTableRelatedInformation()3414 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()3423 VBI->VBTableIndices.insert(BaseInfo->VBTableIndices.begin(), in computeVBTableRelatedInformation()3429 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()3432 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()3433 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()3436 return VBI; in computeVBTableRelatedInformation()