Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp191 Type *SourceElementType; member
199 SourceElementType = nullptr; in reset()
228 setParamElementType(Call, 0, GEP.SourceElementType); in makeGEPAndLoad()
250 setParamElementType(Call, 1, GEP.SourceElementType); in makeGEPAndStore()
341 Info.SourceElementType = First->getSourceElementType(); in foldGEPChainAsStructAccess()
386 Info.SourceElementType = Type::getInt8Ty(C); in foldGEPChainAsU8Access()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp929 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local
932 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()
935 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h950 Type *SourceElementType;
1007 Type *getSourceElementType() const { return SourceElementType; }
1009 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1162 SourceElementType(PointeeType),
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1535 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()