Searched refs:VBI (Results 1 – 4 of 4) 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()
3674 VirtualBaseInfo *VBI; in computeVBTableRelatedInformation() local3682 Entry = VBI = new VirtualBaseInfo(); in computeVBTableRelatedInformation()3685 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()3694 VBI->VBTableIndices.insert(BaseInfo->VBTableIndices.begin(), in computeVBTableRelatedInformation()3700 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()3703 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()3704 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()3707 return VBI; in computeVBTableRelatedInformation()
1026 unsigned VBI = Bits[i].getValueBitIndex(); in computeRotationAmounts() local1027 if (i >= VBI) in computeRotationAmounts()1028 RLAmt[i] = i - VBI; in computeRotationAmounts()1030 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()
1544 auto VBI = Layout.getVBaseOffsetsMap().find(BaseRD); in emitVTableBitSetEntries() local1545 if (VBI == Layout.getVBaseOffsetsMap().end()) in emitVTableBitSetEntries()1548 Offset = VBI->second.VBaseOffset; in emitVTableBitSetEntries()