Home
last modified time | relevance | path

Searched defs:emptyRange (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Option/
H A DArgList.h135 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp630 mlir::ValueRange emptyRange; createBox() local
660 mlir::ValueRange emptyRange; createBox() local
667 mlir::ValueRange emptyRange; createBox() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp4835 mlir::ValueRange emptyRange; genElementalUserDefinedProcRef() local
4850 mlir::ValueRange emptyRange; genElementalUserDefinedProcRef() local
7467 mlir::ValueRange emptyRange; updateBoxForParentComponent() local
7632 mlir::ValueRange emptyRange; addCrayPointerInst() local
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp176 template <typename R> static bool emptyRange(const R &Range) { emptyRange() function
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.cpp158 SmallVector<Value, 2> emptyRange{C_IDX(0), C_IDX(0)}; in peekRangeAt() local