Home
last modified time | relevance | path

Searched refs:maybeKind (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3783 auto maybeKind = matchSimpleAtomicOp(atomicOp); in matchAndRewrite() local
3784 if (!maybeKind) in matchAndRewrite()
3793 atomicOp, resultType, *maybeKind, dataPtr, adaptor.value(), in matchAndRewrite()