Searched refs:TmpTy (Results 1 – 1 of 1) sorted by relevance
111 Type *TmpTy = OrigElemTy; in createByteGEP() local113 DL.getGEPIndicesForOffset(TmpTy, TmpOffset); in createByteGEP()116 while (TmpTy != ResElemTy) { in createByteGEP()117 Type *NextTy = GetElementPtrInst::getTypeAtIndex(TmpTy, (uint64_t)0); in createByteGEP()122 isa<StructType>(TmpTy) ? 32 : OrigOffset.getBitWidth())); in createByteGEP()123 TmpTy = NextTy; in createByteGEP()130 if (OrigOffset != 0 || TmpTy == ResElemTy) { in createByteGEP()