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.cpp193 Type *SourceElementType; member
201 SourceElementType = nullptr; in reset()
230 setParamElementType(Call, 0, GEP.SourceElementType); in makeGEPAndLoad()
252 setParamElementType(Call, 1, GEP.SourceElementType); in makeGEPAndStore()
344 Info.SourceElementType = First->getSourceElementType(); in foldGEPChainAsStructAccess()
390 Info.SourceElementType = Type::getInt8Ty(C); in foldGEPChainAsU8Access()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp921 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local
924 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()
927 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h916 Type *SourceElementType;
971 Type *getSourceElementType() const { return SourceElementType; }
973 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1126 SourceElementType(PointeeType),
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1470 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()