Lines Matching refs:VTS
194 TypeSetByHwMode(const TypeSetByHwMode &VTS) = default;
239 bool constrain(const TypeSetByHwMode &VTS);
242 bool assign_if(const TypeSetByHwMode &VTS, Predicate P);
247 bool operator==(const TypeSetByHwMode &VTS) const;
248 bool operator!=(const TypeSetByHwMode &VTS) const { return !(*this == VTS); }
264 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()
265 return VTS.isValueTypeByHwMode(AllowEmpty); in isConcrete()
267 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()
269 assert(VTS.isValueTypeByHwMode(AllowEmpty)); in getConcrete()
270 return VTS.getValueTypeByHwMode(); in getConcrete()
332 void expandOverloads(TypeSetByHwMode &VTS);
337 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit()
344 TypeSetByHwMode &VTS; member
984 TypeSetByHwMode VTS(InTy); in UpdateNodeType()
985 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
986 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
992 TypeSetByHwMode VTS(InTy); in UpdateNodeType()
993 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
994 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
1000 TypeSetByHwMode VTS(InTy); in UpdateNodeType()
1001 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1002 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()