Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GTI

721   gep_type_iterator GTI = gep_type_begin(*GEP);
723 I != E; ++I, ++GTI) {
725 if (isa<SequentialType>(*GTI)) {
740 gep_type_iterator GTI = gep_type_begin(*GEP);
741 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
742 if (isa<SequentialType>(*GTI)) {
752 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType());
755 StructType *StTy = cast<StructType>(*GTI);
786 gep_type_iterator GTI = gep_type_begin(*Variadic);
789 for (unsigned I = 1, E = Variadic->getNumOperands(); I != E; ++I, ++GTI) {
790 if (isa<SequentialType>(*GTI)) {
798 DL->getTypeAllocSize(GTI.getIndexedType()));
846 gep_type_iterator GTI = gep_type_begin(*Variadic);
850 for (unsigned I = 1, E = Variadic->getNumOperands(); I != E; ++I, ++GTI) {
851 if (isa<SequentialType>(*GTI)) {
859 DL->getTypeAllocSize(GTI.getIndexedType()));
929 gep_type_iterator GTI = gep_type_begin(*GEP);
930 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
931 if (isa<SequentialType>(*GTI)) {