Searched defs:IncOffset (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtOpenMP.h315 IncOffset = 7, enumerator in enum:clang::OMPLoopDirective::__anon941
425 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } local
595 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset)));
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2838 int64_t IncOffset = IncConst->getValue()->getSExtValue(); local
2840 IncOffset, /*HaseBaseReg=*/false))
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10365 // Note that the value of IncOffset (which is provided to the next
10371 int IncOffset = VT.getSizeInBits() / 8; local
10372 int IncValue = IncOffset;

Completed in 188 milliseconds