Home
last modified time | relevance | path

Searched defs:IndexedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp361 unsigned I, Type *IndexedType) { in tryReassociateGEPAtIndex() argument
397 Value *RHS, Type *IndexedType) { in tryReassociateGEPAtIndex() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1941 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); visitExtractValueInst() local
1988 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); visitInsertValueInst() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp915 getArrayIndexingBound(CodeGenFunction & CGF,const Expr * Base,QualType & IndexedType,LangOptions::StrictFlexArraysLevelKind StrictFlexArraysLevel) getArrayIndexingBound() argument
1180 QualType IndexedType; EmitBoundsCheck() local
1190 EmitBoundsCheckImpl(const Expr * E,llvm::Value * Bound,llvm::Value * Index,QualType IndexType,QualType IndexedType,bool Accessed) EmitBoundsCheckImpl() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5442 BuildSubAggregate(Value * From,Value * To,Type * IndexedType,SmallVectorImpl<unsigned> & Idxs,unsigned IdxSkip,Instruction * InsertBefore) BuildSubAggregate() argument
5504 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), BuildSubAggregate() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8096 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); parseInsertValue() local