Searched defs:shouldConvertBranchOperand (Results 1 – 2 of 2) sorted by relevance
58 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand) in BranchOpInterfaceTypeConversion()88 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand; member in __anon0778ab1c0211::BranchOpInterfaceTypeConversion114 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand) { in populateBranchOpInterfaceTypeConversionPattern()
532 auto shouldConvertBranchOperand = [&](BranchOpInterface branchOp, in runOnOperation() local