Home
last modified time | relevance | path

Searched refs:End0 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp105 auto It0 = C0.begin(), End0 = C0.end(); in isSubset() local
107 while (It0 != End0) { in isSubset()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1644 Value *End0 = ChkBuilder.CreateBitCast(A.End, PtrArithTy1, "bc"); in addRuntimeChecks() local
1656 Value *Cmp1 = ChkBuilder.CreateICmpULT(Start1, End0, "bound1"); in addRuntimeChecks()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1863 Value *End0 = ChkBuilder.CreateBitCast(A.End, PtrArithTy1, "bc"); in addRuntimeChecks() local
1868 Value *Cmp1 = ChkBuilder.CreateICmpULE(Start1, End0, "bound1"); in addRuntimeChecks()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2236 Value *End0 = ChkBuilder.CreateBitCast(A.End, PtrArithTy1, "bc"); in addRuntimeChecks() local
2249 Value *Cmp1 = ChkBuilder.CreateICmpULT(Start1, End0, "bound1"); in addRuntimeChecks()