Lines Matching refs:WasInserted
99 bool WasInserted; in mapToLegalUnsigned() local
102 std::tie(ResultIt, WasInserted) = in mapToLegalUnsigned()
107 if (WasInserted) in mapToLegalUnsigned()
273 bool WasInserted; in checkNumberingAndReplace() local
276 std::tie(Val, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplace()
280 if (WasInserted) in checkNumberingAndReplace()
352 bool WasInserted; in compareStructure() local
376 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingA.insert( in compareStructure()
378 if (!WasInserted && ValueMappingIt->second.find(InstValB) == in compareStructure()
382 std::tie(ValueMappingIt, WasInserted) = ValueNumberMappingB.insert( in compareStructure()
384 if (!WasInserted && ValueMappingIt->second.find(InstValA) == in compareStructure()