Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp355 matchAndRewrite(SignedRemIOp remOp, ArrayRef<Value> operands,
571 SignedRemIOp remOp, ArrayRef<Value> operands, in matchAndRewrite() argument
573 Value result = emulateSignedRemainder(remOp.getLoc(), operands[0], in matchAndRewrite()
575 rewriter.replaceOp(remOp, result); in matchAndRewrite()