Searched refs:fIntConstants (Results 1 – 2 of 2) sorted by relevance
335 std::unordered_map<int64_t, SpvId> fIntConstants; variable
2452 auto entry = fIntConstants.find(i.fValue); in writeIntLiteral()2453 if (entry == fIntConstants.end()) { in writeIntLiteral()2457 fIntConstants[i.fValue] = result; in writeIntLiteral()