Home
last modified time | relevance | path

Searched refs:TestConst (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
Dpure-const-dce.ll1 ; RUN: opt < %s -basicaa -gvn -S | grep TestConst | count 2
8 %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
/external/llvm/test/Analysis/BasicAA/
Dpure-const-dce.ll7 ; 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
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/
Dpure-const-dce.ll7 ; 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
/external/clang/test/SemaCXX/
Dfunction-redecl.cpp92 class TestConst { class
98 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()
/external/clang/test/Analysis/
DCFContainers.mm197 void TestConst(CFArrayRef A, CFIndex sIndex, void* x[]) { function