Lines Matching defs:KeyTy
1668 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P)
1671 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST)
1674 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const {
1678 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const {
1690 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
1696 return getHashValue(KeyTy(ST));
1699 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS,
1703 return LHS == KeyTy(RHS);
1710 return KeyTy(LHS) == KeyTy(RHS);
1734 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);