Lines Matching full:thekey
744 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type));
746 UnOpInit *&I = ThePool[TheKey];
883 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs),
886 BinOpInit *&I = ThePool[TheKey];
1016 Key TheKey(std::make_pair(std::make_pair(std::make_pair(std::make_pair(opc,
1022 TernOpInit *&I = ThePool[TheKey];
1313 Key TheKey(std::make_pair(T, VN));
1315 VarInit *&I = ThePool[TheKey];
1400 Key TheKey(std::make_pair(T, B));
1402 VarBitInit *&I = ThePool[TheKey];
1426 Key TheKey(std::make_pair(T, E));
1428 VarListElementInit *&I = ThePool[TheKey];
1493 Key TheKey(std::make_pair(R, FN));
1495 FieldInit *&I = ThePool[TheKey];