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

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1416 // looking at now (which is of type IndexedType). IdxSkip is the number of
1420 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, argument
1424 llvm::StructType *STy = llvm::dyn_cast<llvm::StructType>(IndexedType);
1482 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), local
1484 Value *To = UndefValue::get(IndexedType);
1488 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore);

Completed in 23 milliseconds