Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp639 Value lhsRealTimesRhsRealIsInf = b.create<arith::CmpFOp>( in matchAndRewrite() local
643 Value isSpecialCase = b.create<arith::OrIOp>(lhsRealTimesRhsRealIsInf, in matchAndRewrite()