OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContainedType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
319
return
getContainedType
(0);
346
Type *
getContainedType
(unsigned i) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
1754
Type *SumTy = RetTy->
getContainedType
(0);
1755
Type *OverflowTy = RetTy->
getContainedType
(1);
1782
Type *SumTy = RetTy->
getContainedType
(0);
1783
Type *OverflowTy = RetTy->
getContainedType
(1);
1797
Type *MulTy = RetTy->
getContainedType
(0);
1798
Type *OverflowTy = RetTy->
getContainedType
(1);
/src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp
191
if (!areTypesIsomorphic(DstTy->
getContainedType
(I),
192
SrcTy->
getContainedType
(I)))
272
ElementTypes[I] = get(Ty->
getContainedType
(I), Visited);
273
AnyChange |= ElementTypes[I] != Ty->
getContainedType
(I);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp
140
Type *ElemType = PT->
getContainedType
(0);
SIISelLowering.cpp
1011
!ST->
getContainedType
(1)->isIntegerTy(32))
1013
return memVTFromImageData(ST->
getContainedType
(0), DMaskLanes);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
2845
OpTy = RetTy->
getContainedType
(0);
2851
OpTy = RetTy->
getContainedType
(0);
2857
OpTy = RetTy->
getContainedType
(0);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
19152
Info.memVT = MVT::getVT(I.getType()->
getContainedType
(0));
Completed in 60 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026