Lines Matching full:ends
126 Ends.push_back(ScEnd);
1222 SmallVector<TrackingVH<Value> , 2> Ends;
1236 Ends.push_back(Ptr);
1245 Value *End = Exp.expandCodeFor(PtrRtCheck.Ends[i], PtrArithTy, Loc);
1247 Ends.push_back(End);
1262 assert((AS0 == Ends[j]->getType()->getPointerAddressSpace()) &&
1263 (AS1 == Ends[i]->getType()->getPointerAddressSpace()) &&
1271 Value *End0 = ChkBuilder.CreateBitCast(Ends[i], PtrArithTy1, "bc");
1272 Value *End1 = ChkBuilder.CreateBitCast(Ends[j], PtrArithTy0, "bc");