Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp107 auto It1 = C1.begin(), End1 = C1.end(); in isSubset() local
109 if (It1 == End1) in isSubset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1683 Value *End1 = ChkBuilder.CreateBitCast(B.End, PtrArithTy0, "bc"); in addRuntimeChecks() local
1693 Value *Cmp0 = ChkBuilder.CreateICmpULT(Start0, End1, "bound0"); in addRuntimeChecks()