OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getElementCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
TFUtils.h
70
size_t
getElementCount
() const { return ElementCount; }
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
436
return VectorType::get(ElementType, Other->
getElementCount
());
446
return VectorType::get(EltTy, VTy->
getElementCount
());
454
return VectorType::get(EltTy->getExtendedType(), VTy->
getElementCount
());
479
return VectorType::get(EltTy, VTy->
getElementCount
());
496
auto EltCnt = VTy->
getElementCount
();
506
auto EltCnt = VTy->
getElementCount
();
517
inline ElementCount
getElementCount
() const;
629
inline ElementCount VectorType::
getElementCount
() const {
705
return VectorType::get(EltTy, VTy->
getElementCount
());
Completed in 17 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026