Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GTI

677   gep_type_iterator GTI = gep_type_begin(*GEP);
679 I != E; ++I, ++GTI) {
681 if (isa<SequentialType>(*GTI)) {
696 gep_type_iterator GTI = gep_type_begin(*GEP);
698 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
699 if (isa<SequentialType>(*GTI)) {
709 ConstantOffset * DL.getTypeAllocSize(GTI.getIndexedType());
712 StructType *StTy = cast<StructType>(*GTI);
737 gep_type_iterator GTI = gep_type_begin(*Variadic);
740 for (unsigned I = 1, E = Variadic->getNumOperands(); I != E; ++I, ++GTI) {
741 if (isa<SequentialType>(*GTI)) {
749 DL.getTypeAllocSize(GTI.getIndexedType()));
786 gep_type_iterator GTI = gep_type_begin(*Variadic);
790 for (unsigned I = 1, E = Variadic->getNumOperands(); I != E; ++I, ++GTI) {
791 if (isa<SequentialType>(*GTI)) {
799 DL.getTypeAllocSize(GTI.getIndexedType()));
867 gep_type_iterator GTI = gep_type_begin(*GEP);
868 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
869 if (isa<SequentialType>(*GTI)) {