HomeSort by relevance Sort by last modified time
    Searched refs:IndexedType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 614 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) {
617 IndexedType = Base->getType();
626 IndexedType = CE->getSubExpr()->getType();
627 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
643 QualType IndexedType;
644 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType);
654 EmitCheckTypeDescriptor(IndexedType),
    [all...]

Completed in 1406 milliseconds