Searched refs:srcp (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnrollAndJam/ |
| H A D | pragma-explicit.ll | 29 …%srcp.056.us.pn = phi i8* [ %srcp.056.us, %for.cond1.for.cond.cleanup3_crit_edge.us ], [ %src, %fo… 32 %srcp.056.us = getelementptr inbounds i8, i8* %srcp.056.us.pn, i64 %idxprom 33 %.pre60 = load i8, i8* %srcp.056.us, align 1 43 %arrayidx8.us = getelementptr inbounds i8, i8* %srcp.056.us.pn, i64 %indvars.iv.next 49 %arrayidx19.us = getelementptr inbounds i8, i8* %srcp.056.us, i64 %indvars.iv.next 97 …%srcp.056.us.pn = phi i8* [ %srcp.056.us, %for.cond1.for.cond.cleanup3_crit_edge.us ], [ %src, %fo… 100 %srcp.056.us = getelementptr inbounds i8, i8* %srcp.056.us.pn, i64 %idxprom 101 %.pre60 = load i8, i8* %srcp.056.us, align 1 111 %arrayidx8.us = getelementptr inbounds i8, i8* %srcp.056.us.pn, i64 %indvars.iv.next 117 %arrayidx19.us = getelementptr inbounds i8, i8* %srcp.056.us, i64 %indvars.iv.next
|
| /llvm-project-15.0.7/compiler-rt/lib/BlocksRuntime/ |
| H A D | runtime.c | 200 void **srcp = (void **)src; in _Block_memmove_gc_broken() local 202 _Block_assign_default(*srcp, destp); in _Block_memmove_gc_broken() 204 srcp++; in _Block_memmove_gc_broken()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1515 for (int srcp = 0; srcp < 2; ++srcp) in TEST() local 1517 TestUnalignedMemcpy(i, j, aligned, srcp, dstp); in TEST()
|