Home | History | Annotate | Download | only in IR

Lines Matching refs:PointeeTy

2034 static Constant *ConstantFoldGetElementPtrImpl(Type *PointeeTy, Constant *C,
2170 Type *Ty = PointeeTy;
2227 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, inBounds);
2235 return ConstantExpr::getInBoundsGetElementPtr(PointeeTy, C, Idxs);