Searched refs:Operator1 (Results 1 – 1 of 1) sorted by relevance
89 static bool operationsAreFoldableAndCommutative(dwarf::LocationAtom Operator1, in operationsAreFoldableAndCommutative() argument91 return Operator1 == Operator2 && in operationsAreFoldableAndCommutative()92 (Operator1 == dwarf::DW_OP_plus || Operator1 == dwarf::DW_OP_mul); in operationsAreFoldableAndCommutative()