Searched refs:Int0 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/test/IstAstInfo/ |
| H A D | aliasing_multiple_alias_groups.ll | 4 ; void jd(int *Int0, int *Int1, float *Float0, float *Float1) { 6 ; Int0[i] = Int1[i]; 26 define void @jd(i32* nocapture %Int0, i32* nocapture readonly %Int1, float* nocapture %Float0, floa… 34 %arrayidx2 = getelementptr inbounds i32, i32* %Int0, i64 %indvars.iv
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | aliasing_multiple_alias_groups.ll | 4 ; void jd(int *Int0, int *Int1, float *Float0, float *Float1) { 6 ; Int0[i] = Int1[i]; 13 define void @jd(i32* nocapture %Int0, i32* nocapture readonly %Int1, float* nocapture %Float0, floa… 21 %arrayidx2 = getelementptr inbounds i32, i32* %Int0, i64 %indvars.iv
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 889 auto *Int0 = dyn_cast<ConstantInt>(Elem0); in isNonTargetIntrinsicMatch() local 890 if (Int0 && Int0->isZero()) in isNonTargetIntrinsicMatch()
|