Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp590 auto checkCompatible = [](int64_t a, int64_t b) { in areCastCompatible() local
594 if (!checkCompatible(aOffset, bOffset)) in areCastCompatible()
597 if (!checkCompatible(aStride.value(), bStrides[aStride.index()])) in areCastCompatible()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2851 auto checkCompatible = [&](unsigned paramIndex, RequiredCC required) { in checkExtParameterInfos() local
2873 checkCompatible(paramIndex, RequiredCC::SwiftOrSwiftAsync); in checkExtParameterInfos()
2883 checkCompatible(paramIndex, RequiredCC::SwiftOrSwiftAsync); in checkExtParameterInfos()
2892 checkCompatible(paramIndex, RequiredCC::OnlySwift); in checkExtParameterInfos()