Home
last modified time | relevance | path

Searched defs:staticVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Interfaces/
H A DViewLikeInterface.cpp30 llvm::count_if(staticVals, [](int64_t staticVal) { in verifyListOfOperandsOrIntegers() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp262 std::optional<int64_t> staticVal = getConstantIntValue(l); in matchAndRewrite() local