Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp484 class SelectOpConversion : public OpConversionPattern<arith::SelectOp> { global() class
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3101 struct SelectOpConversion : public fir::FIROpConversion<fir::SelectOp> { global() struct
3105 matchAndRewriteSelectOpConversion matchAndRewrite() argument