Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/IndexToSPIRV/
H A DIndexToSPIRV.cpp52 using ConvertIndexAnd = spirv::ElementwiseOpPattern<AndOp, spirv::BitwiseAndOp>; typedef
/llvm-project/mlir/lib/Conversion/IndexToLLVM/
H A DIndexToLLVM.cpp282 using ConvertIndexAnd = mlir::OneToOneConvertToLLVMPattern<AndOp, LLVM::AndOp>; typedef