OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Struct_NumElements
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Intrinsics.h
90
unsigned
Struct_NumElements
;
/external/llvm/lib/IR/
Function.cpp
619
assert(D.
Struct_NumElements
<= 5 && "Can't handle this yet");
620
for (unsigned i = 0, e = D.
Struct_NumElements
; i != e; ++i)
622
return StructType::get(Context, ArrayRef<Type*>(Elts,D.
Struct_NumElements
));
Verifier.cpp
[
all
...]
Completed in 44 milliseconds