Searched refs:PtrArithTy (Results 1 – 1 of 1) sorted by relevance
1797 Type *PtrArithTy = Type::getInt8PtrTy(Ctx, AS); in expandBounds() local1801 Start = Exp.expandCodeFor(CG->Low, PtrArithTy, Loc); in expandBounds()1802 End = Exp.expandCodeFor(CG->High, PtrArithTy, Loc); in expandBounds()