Searched refs:SubVTTIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp289 uint64_t SubVTTIndex; local
297 SubVTTIndex = 0;
305 SubVTTIndex =
307 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
313 VTT = CGF.Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
317 VTT = CGF.Builder.CreateConstInBoundsGEP2_64(VTT, 0, SubVTTIndex);

Completed in 48 milliseconds