Searched refs:is_nocontract (Results 1 – 3 of 3) sorted by relevance
781 bool is_nocontract = false; in IsFloatingPointFoldingAllowed() local784 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()785 is_nocontract = true; in IsFloatingPointFoldingAllowed()788 return !is_nocontract; in IsFloatingPointFoldingAllowed()
799 bool is_nocontract = false; in IsFloatingPointFoldingAllowed() local802 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()803 is_nocontract = true; in IsFloatingPointFoldingAllowed()806 return !is_nocontract; in IsFloatingPointFoldingAllowed()