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

/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/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);

Completed in 587 milliseconds