Searched refs:IndexedType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1546 // looking at now (which is of type IndexedType). IdxSkip is the number of
1550 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, argument
1554 llvm::StructType *STy = dyn_cast<llvm::StructType>(IndexedType);
1612 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), local
1614 Value *To = UndefValue::get(IndexedType);
1618 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp624 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) {
627 IndexedType = Base->getType();
636 IndexedType = CE->getSubExpr()->getType();
637 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
654 QualType IndexedType; local
655 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType);
665 EmitCheckTypeDescriptor(IndexedType),
623 getArrayIndexingBound( CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) argument
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1899 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices());
1900 switch (IndexedType->getTypeID()) {
1945 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices());
1947 switch (IndexedType->getTypeID()) {

Completed in 96 milliseconds