Searched defs:emptyRange (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Option/ | ||
H A D | ArgList.h | 135 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function |
/llvm-project/flang/lib/Optimizer/Builder/ | ||
H A D | FIRBuilder.cpp | 630 mlir::ValueRange emptyRange; createBox() local |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertExpr.cpp | 4835 mlir::ValueRange emptyRange; genElementalUserDefinedProcRef() local |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryFunction.cpp | 176 template <typename R> static bool emptyRange(const R &Range) { emptyRange() function |
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ | ||
H A D | SparseTensorIterator.cpp | 158 SmallVector<Value, 2> emptyRange{C_IDX(0), C_IDX(0)}; in peekRangeAt() local |