Searched refs:I2ElTy (Results 1 – 2 of 2) sorted by relevance
179 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType(); in runOnFunction() local180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy); in runOnFunction()
151 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType(); in runInternal() local152 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy); in runInternal()