Lines Matching defs:VTS
192 TypeSetByHwMode(const TypeSetByHwMode &VTS) = default;
224 bool constrain(const TypeSetByHwMode &VTS);
227 bool assign_if(const TypeSetByHwMode &VTS, Predicate P);
231 bool operator==(const TypeSetByHwMode &VTS) const;
232 bool operator!=(const TypeSetByHwMode &VTS) const { return !(*this == VTS); }
248 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const {
249 return VTS.isValueTypeByHwMode(AllowEmpty);
251 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS,
253 assert(VTS.isValueTypeByHwMode(AllowEmpty));
254 return VTS.getValueTypeByHwMode();
319 void expandOverloads(TypeSetByHwMode &VTS) const;
325 : Infer(TI), VTS(T) {}
328 const TypeSetByHwMode &VTS;
991 TypeSetByHwMode VTS(InTy);
992 TP.getInfer().expandOverloads(VTS);
993 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS);
999 TypeSetByHwMode VTS(InTy);
1000 TP.getInfer().expandOverloads(VTS);
1001 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS);
1007 TypeSetByHwMode VTS(InTy);
1008 TP.getInfer().expandOverloads(VTS);
1009 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS);