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 674 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) {
677 IndexedType = Base->getType();
686 IndexedType = CE->getSubExpr()->getType();
687 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
703 QualType IndexedType;
704 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType);
714 EmitCheckTypeDescriptor(IndexedType),
    [all...]

Completed in 67 milliseconds