Searched defs:setLowerBound (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ | ||
H A D | LVType.h | 266 void setLowerBound(int64_t Value) override { LowerBound = Value; } in setLowerBound() function |
H A D | LVElement.h | 248 virtual void setLowerBound(int64_t Value) {} in setLowerBound() function |
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ | ||
H A D | X86MCCodeEmitter.cpp | 270 void setLowerBound(PrefixKind K) { Kind = K; } setLowerBound() function in __anon75ea7f1e0111::X86OpcodePrefixHelper |
/llvm-project/mlir/lib/Dialect/Affine/IR/ | ||
H A D | AffineOps.cpp | 2400 void AffineForOp::setLowerBound(ValueRange lbOperands, AffineMap map) { setLowerBound() function in AffineForOp |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 7023 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } setLowerBound() function |