Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp192 Type *SourceElementType; member
200 SourceElementType = nullptr; in reset()
229 setParamElementType(Call, 0, GEP.SourceElementType); in makeGEPAndLoad()
251 setParamElementType(Call, 1, GEP.SourceElementType); in makeGEPAndStore()
343 Info.SourceElementType = First->getSourceElementType(); in foldGEPChainAsStructAccess()
389 Info.SourceElementType = Type::getInt8Ty(C); in foldGEPChainAsU8Access()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp922 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local
925 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()
928 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h949 Type *SourceElementType;
1019 Type *getSourceElementType() const { return SourceElementType; }
1021 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1161 SourceElementType(PointeeType),
1173 SourceElementType(PointeeType),
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1719 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()