Home
last modified time | relevance | path

Searched defs:setLowerBound (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExprOpenMP.h96 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1663 void AffineForOp::setLowerBound(ValueRange lbOperands, AffineMap map) { in setLowerBound() function in AffineForOp