Searched defs:findOrCreateConstant (Results 1 – 2 of 2) sorted by relevance
885 Constant* SystemSpecification::findOrCreateConstant(const string& name, bool* created) { in findOrCreateConstant() function in SystemSpecification
101 auto findOrCreateConstant = [&](int64_t c) { in matchAndRewrite() local