Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp329 auto isaTensor = llvm::IsaPred<TensorType>; hasTensorSemantics() local
H A DOneShotAnalysis.cpp71 static bool isaTensor(Type t) { return isa<TensorType>(t); } in isaTensor() function
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp996 auto isaTensor = [](Type t) { return isa<TensorType>(t); }; defaultHasTensorSemantics() local