Searched refs:TestConst (Results 1 – 5 of 5) sorted by relevance
1 ; RUN: opt < %s -basicaa -gvn -S | grep TestConst | count 28 %tmp0 = call i32 @TestConst( i32 5 ) readnone ; <i32> [#uses=1]12 %tmp3 = call i32 @TestConst( i32 5 ) readnone ; <i32> [#uses=1]13 %tmp4 = call i32 @TestConst( i32 5 ) readnone ; <i32> [#uses=1]29 declare i32 @TestConst(i32) readnone
7 ; CHECK: %tmp0 = call i32 @TestConst(i32 5) [[READNONE:#[0-9]+]]26 %tmp0 = call i32 @TestConst( i32 5 ) readnone ; <i32> [#uses=1]30 %tmp3 = call i32 @TestConst( i32 5 ) readnone ; <i32> [#uses=1]31 %tmp4 = call i32 @TestConst( i32 5 ) readnone ; <i32> [#uses=1]47 declare i32 @TestConst(i32) readnone
92 class TestConst { class98 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any d… in getit()102 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not m… in setit()
197 void TestConst(CFArrayRef A, CFIndex sIndex, void* x[]) { function