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