Searched refs:getConstantBool (Results 1 – 1 of 1) sorted by relevance
1818 auto getConstantBool = [](mlir::Value value) -> cir::BoolAttr { in matchAndRewrite() local1835 cir::BoolAttr trueValue = getConstantBool(op.getTrueValue()); in matchAndRewrite()1836 cir::BoolAttr falseValue = getConstantBool(op.getFalseValue()); in matchAndRewrite()