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

  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 136 // \p IndexedType The element type indexed by GEP's I-th index. This is
141 unsigned I, Type *IndexedType);
146 Value *RHS, Type *IndexedType);
367 Type *IndexedType) {
388 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType))
393 tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType))
402 Type *IndexedType) {
435 // NewGEP = (char *)Candidate + RHS * sizeof(IndexedType)
436 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType);
456 // NewGEP = &Candidate[RHS * (sizeof(IndexedType) / sizeof(Candidate[0])))
    [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...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 303 milliseconds