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

  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 694 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) {
697 IndexedType = Base->getType();
706 IndexedType = CE->getSubExpr()->getType();
707 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
725 QualType IndexedType;
726 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType);
736 EmitCheckTypeDescriptor(IndexedType),
    [all...]

Completed in 110 milliseconds