Lines Matching defs:KeyTy
1681 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P)
1684 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST)
1687 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const {
1691 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const {
1703 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
1709 return getHashValue(KeyTy(ST));
1712 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS,
1716 return LHS == KeyTy(RHS);
1723 return KeyTy(LHS) == KeyTy(RHS);
1747 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);