HomeSort by: relevance | last modified time | path
    Searched refs:IncOffset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 953 IncOffset = 6,
1098 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; }
1248 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 3141 int64_t IncOffset = IncConst->getValue()->getSExtValue();
3143 IncOffset, /*HasBaseReg=*/false))
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 15002 // Note that the value of IncOffset (which is provided to the next
15008 int IncOffset = VT.getSizeInBits() / 8;
15009 int IncValue = IncOffset;

Completed in 64 milliseconds