Searched refs:End0 (Results 1 – 2 of 2) sorted by relevance
1863 Value *End0 = ChkBuilder.CreateBitCast(A.End, PtrArithTy1, "bc"); in addRuntimeChecks() local1868 Value *Cmp1 = ChkBuilder.CreateICmpULE(Start1, End0, "bound1"); in addRuntimeChecks()
2152 Value *End0 = ChkBuilder.CreateBitCast(A.End, PtrArithTy1, "bc"); in addRuntimeChecks() local2165 Value *Cmp1 = ChkBuilder.CreateICmpULT(Start1, End0, "bound1"); in addRuntimeChecks()