Searched refs:IndexedType (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | NaryReassociate.h | 130 unsigned I, Type *IndexedType); 136 Value *RHS, Type *IndexedType);
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 361 unsigned I, Type *IndexedType) { in tryReassociateGEPAtIndex() argument 382 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex() 387 tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType)) in tryReassociateGEPAtIndex() 397 Value *RHS, Type *IndexedType) { in tryReassociateGEPAtIndex() argument 431 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); in tryReassociateGEPAtIndex()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1941 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() local 1942 switch (IndexedType->getTypeID()) { in visitExtractValueInst() 1988 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst() local 1990 switch (IndexedType->getTypeID()) { in visitInsertValueInst()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 922 QualType &IndexedType, in getArrayIndexingBound() argument 927 IndexedType = Base->getType(); in getArrayIndexingBound() 937 IndexedType = CE->getSubExpr()->getType(); in getArrayIndexingBound() 938 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe(); in getArrayIndexingBound() 949 IndexedType = Base->getType(); in getArrayIndexingBound() 966 QualType IndexedType; in EmitBoundsCheck() local 968 getArrayIndexingBound(*this, Base, IndexedType, StrictFlexArraysLevel); in EmitBoundsCheck() 978 EmitCheckTypeDescriptor(IndexedType), in EmitBoundsCheck()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4109 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() argument 4113 StructType *STy = dyn_cast<StructType>(IndexedType); in BuildSubAggregate() 4171 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local 4173 Value *To = PoisonValue::get(IndexedType); in BuildSubAggregate() 4177 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore); in BuildSubAggregate()
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7940 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in parseInsertValue() local 7941 if (!IndexedType) in parseInsertValue() 7943 if (IndexedType != Val1->getType()) in parseInsertValue() 7946 getTypeString(IndexedType) + "'"); in parseInsertValue()
|