Home
last modified time | relevance | path

Searched refs:End1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp107 auto It1 = C1.begin(), End1 = C1.end(); in isSubset() local
109 if (It1 == End1) in isSubset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1430 int64_t End1 = Load->getSrcValueOffset() + Size; in canUseBlockOperation() local
1432 if (V1 == V2 && End1 == End2) in canUseBlockOperation()
1435 return AA->isNoAlias(MemoryLocation(V1, End1, Load->getAAInfo()), in canUseBlockOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1599 Value *End1 = ChkBuilder.CreateBitCast(B.End, PtrArithTy0, "bc"); in addRuntimeChecks() local
1609 Value *Cmp0 = ChkBuilder.CreateICmpULT(Start0, End1, "bound0"); in addRuntimeChecks()