Searched refs:End1 (Results 1 – 3 of 3) sorted by relevance
107 auto It1 = C1.begin(), End1 = C1.end(); in isSubset() local109 if (It1 == End1) in isSubset()
1430 int64_t End1 = Load->getSrcValueOffset() + Size; in canUseBlockOperation() local1432 if (V1 == V2 && End1 == End2) in canUseBlockOperation()1435 return AA->isNoAlias(MemoryLocation(V1, End1, Load->getAAInfo()), in canUseBlockOperation()
1683 Value *End1 = ChkBuilder.CreateBitCast(B.End, PtrArithTy0, "bc"); in addRuntimeChecks() local1693 Value *Cmp0 = ChkBuilder.CreateICmpULT(Start0, End1, "bound0"); in addRuntimeChecks()