Searched defs:IndexedType (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 336 Type *IndexedType) { in tryReassociateGEPAtIndex() 371 Type *IndexedType) { in tryReassociateGEPAtIndex()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1318 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() 1380 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1900 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() local 1946 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2594 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() 2656 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 719 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) { in getArrayIndexingBound() 750 QualType IndexedType; in EmitBoundsCheck() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2981 Type *IndexedType = in ParseValID() local 6314 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseInsertValue() local
|