Home | History | Annotate | Download | only in Analysis

Lines Matching defs:AccessTy

104   Type *AccessTy;
108 AccessTy = GV->getType()->getElementType();
111 AccessTy = AI->getType()->getElementType();
122 AccessTy = cast<PointerType>(A->getType())->getElementType();
129 if (AccessTy->isSized())
130 return TD.getTypeAllocSize(AccessTy);