Searched refs:MergeInTypeInfo (Results 1 – 2 of 2) sorted by relevance
261 bool MergeInTypeInfo(TypeSetByHwMode &Out, const TypeSetByHwMode &In) const;262 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) const { in MergeInTypeInfo() function263 return MergeInTypeInfo(Out, TypeSetByHwMode(InVT)); in MergeInTypeInfo()265 bool MergeInTypeInfo(TypeSetByHwMode &Out, in MergeInTypeInfo() function267 return MergeInTypeInfo(Out, TypeSetByHwMode(InVT)); in MergeInTypeInfo()1001 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()1009 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()1017 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
361 bool TypeInfer::MergeInTypeInfo(TypeSetByHwMode &Out, in MergeInTypeInfo() function in TypeInfer