Searched refs:KeyVal (Results 1 – 2 of 2) sorted by relevance
54 for (const auto &KeyVal : Map) in write() local55 write(KeyVal.first, KeyVal.second); in write()
31 APInt KeyVal; in getValAsInt() local32 if (Val.getAsInteger(10, KeyVal)) in getValAsInt()34 return KeyVal.getSExtValue(); in getValAsInt()