Lines Matching full:llvm
5 %"struct.llvm::PATypeHolder" = type { %"struct.llvm::Type"* }
6 %"struct.llvm::PointerIntPair<llvm::Use**,2u,llvm::Use::PrevPtrTag,llvm::PointerLikeTypeTraits<llvm::Use**> >" = type { i64 }
7 %"struct.llvm::Type" = type opaque
8 %"struct.llvm::Use" = type { %"struct.llvm::Value"*, %"struct.llvm::Use"*, %"struct.llvm::PointerIntPair<llvm::Use**,2u,llvm::Use::PrevPtrTag,llvm::PointerLikeTypeTraits<llvm::Use**> >" }
9 %"struct.llvm::Value" = type { i32 (...)**, i8, i8, i16, %"struct.llvm::PATypeHolder", %"struct.llvm::Use"*, %"struct.llvm::ValueName"* }
10 %"struct.llvm::ValueName" = type opaque
13 @.str = private constant [31 x i8] c"include/llvm/Support/Casting.h\00", align 8 ; <[31 x i8]*> [#uses=1]
17 define zeroext i8 @_Z3fooPN4llvm5ValueE(%"struct.llvm::Value"* %V) ssp {
19 %0 = getelementptr inbounds %"struct.llvm::Value"* %V, i64 0, i32 1 ; <i8*> [#uses=1]
35 %3 = icmp eq %"struct.llvm::Value"* %V, null ; <i1> [#uses=1]
39 tail call void @_ZNK4llvm5Value4dumpEv(%"struct.llvm::Value"* %V)
49 declare void @_ZNK4llvm5Value4dumpEv(%"struct.llvm::Value"*)