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 D | OMPContext.cpp | 105 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 D | LoopUtils.cpp | 1644 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 D | LoopAccessAnalysis.cpp | 1863 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 D | LoopAccessAnalysis.cpp | 2236 Value *End0 = ChkBuilder.CreateBitCast(A.End, PtrArithTy1, "bc"); in addRuntimeChecks() local 2249 Value *Cmp1 = ChkBuilder.CreateICmpULT(Start1, End0, "bound1"); in addRuntimeChecks()
|