Home
last modified time | relevance | path

Searched refs:SourceElementType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dtype-mapping-bug4.ll55 ; * SourceElementType of getelementptr is remapped to itself.
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp842 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local
845 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()
848 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h930 Type *SourceElementType;
1004 Type *getSourceElementType() const { return SourceElementType; }
1006 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1155 SourceElementType(PointeeType),
1169 SourceElementType(PointeeType),
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp1747 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()