OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubdividedVectorType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
485
static VectorType *
getSubdividedVectorType
(VectorType *VTy, int NumSubdivs) {
552
static FixedVectorType *
getSubdividedVectorType
(FixedVectorType *VTy,
555
VectorType::
getSubdividedVectorType
(VTy, NumSubdivs));
603
static ScalableVectorType *
getSubdividedVectorType
(ScalableVectorType *VTy,
606
VectorType::
getSubdividedVectorType
(VTy, NumSubdivs));
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
1237
return VectorType::
getSubdividedVectorType
(VTy, SubDivs);
1551
NewTy = VectorType::
getSubdividedVectorType
(VTy, SubDivs);
Completed in 16 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026