Searched defs:KeyTy (Results 1 – 4 of 4) sorted by relevance
30 struct KeyTy { struct31 llvm::ArrayRef<mlir::Type> members;32 mlir::StringAttr name;33 bool incomplete;34 bool packed;35 bool padded;36 RecordType::RecordKind kind;38 KeyTy(llvm::ArrayRef<mlir::Type> members, mlir::StringAttr name, in KeyTy() argument
29 struct KeyTy { struct30 ArrayRef<Type *> ETypes;31 bool IsPacked;
1571 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy1574 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()