Home
last modified time | relevance | path

Searched refs:IncOffset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h953 IncOffset = 6, enumerator
1098 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()
1248 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3141 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local
3143 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15008 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
15009 int IncValue = IncOffset; in PerformDAGCombine()