OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceElementType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
850
Type *
SourceElementType
= GEPI->getSourceElementType();
853
if (isa<ScalableVectorType>(
SourceElementType
))
856
Type *AllocTy = GetElementPtrInst::getIndexedType(
SourceElementType
, Ops);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
918
Type *
SourceElementType
;
1014
Type *getSourceElementType() const { return
SourceElementType
; }
1016
void setSourceElementType(Type *Ty) {
SourceElementType
= Ty; }
1161
SourceElementType
(PointeeType),
1175
SourceElementType
(PointeeType),
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
1703
SourceElementType
(GEPI.
SourceElementType
),
Completed in 34 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026