Searched refs:Infer (Results 1 – 6 of 6) sorted by relevance
328 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit()334 TypeInfer &Infer; member339 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation()340 Infer.Validate = false; in SuppressValidation()343 Infer.Validate = SavedValidate; in ~SuppressValidation()345 TypeInfer &Infer; member888 TypeInfer Infer; variable959 TypeInfer &getInfer() { return Infer; } in getInfer()
818 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit()823 Infer.TP.dump(); in ~ValidateOnExit()2579 Infer(*this) { in TreePattern()2587 Infer(*this) { in TreePattern()2594 Infer(*this) { in TreePattern()
635 // Infer instruction prefixes from type info.
5059 flags. Infer the register size from the ABI as well as the
10025 * tree-vrp.c (find_assert_locations): Infer value ranges for
499 bits, not bytes. Infer extra alignment from addressof.