OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ElementCount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Core.cpp
328
unsigned
ElementCount
, LLVMBool Packed) {
329
ArrayRef<Type*> Tys(unwrap(ElementTypes),
ElementCount
);
334
unsigned
ElementCount
, LLVMBool Packed) {
336
ElementCount
, Packed);
353
unsigned
ElementCount
, LLVMBool Packed) {
354
ArrayRef<Type*> Tys(unwrap(ElementTypes),
ElementCount
);
383
LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned
ElementCount
) {
384
return wrap(ArrayType::get(unwrap(ElementType),
ElementCount
));
391
LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned
ElementCount
) {
392
return wrap(VectorType::get(unwrap(ElementType),
ElementCount
));
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 901 milliseconds