Searched refs:IsBasicType (Results 1 – 5 of 5) sorted by relevance
145 bool IsBasicType(const opt::Instruction& instruction) const;
738 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules869 if (!IsBasicType( in HandleDifficultInstruction()
740 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules871 if (!IsBasicType( in HandleDifficultInstruction()
188 struct IsBasicType { bool operator() (const VarType& type) const { return type.isBasicType(); } }; in operator ()() struct192 typedef SubTypeIterator<IsBasicType> BasicTypeIterator;