Searched refs:PtrArithTy (Results 1 – 1 of 1) sorted by relevance
1242 Type *PtrArithTy = Type::getInt8PtrTy(Ctx, AS); in addRuntimeCheck() local1244 Value *Start = Exp.expandCodeFor(PtrRtCheck.Starts[i], PtrArithTy, Loc); in addRuntimeCheck()1245 Value *End = Exp.expandCodeFor(PtrRtCheck.Ends[i], PtrArithTy, Loc); in addRuntimeCheck()