Searched refs:C1r (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | phi-merge-gep.ll | 61 store float %42, float* %C1r.0, align 4 73 %54 = getelementptr inbounds float* %C1r.0, i64 %Cs ; <float*> [#uses=1] 85 %C1r.0 = phi float* [ %15, %entry ], [ %54, %bb ] ; <float*> [#uses=2]
|
/external/llvm/test/Transforms/InstCombine/ |
D | phi-merge-gep.ll | 61 store float %42, float* %C1r.0, align 4 73 %54 = getelementptr inbounds float, float* %C1r.0, i64 %Cs ; <float*> [#uses=1] 85 %C1r.0 = phi float* [ %15, %entry ], [ %54, %bb ] ; <float*> [#uses=2]
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 181 typedef C1 &C1r; in t_529_5_8() typedef 182 …(void)C1r(*((A*)0)); // expected-error {{cannot cast 'A' to 'C1r' (aka 'C1 &') via virtual base 'B… in t_529_5_8()
|