Searched refs:requiresFloat (Results 1 – 1 of 1) sorted by relevance
142 virtual bool requiresFloat() const = 0;182 bool requiresFloat() const override { return false; } in requiresFloat() function in __anonb7c02cfb0111::VoidType198 bool requiresFloat() const override { return Pointee->requiresFloat(); } in requiresFloat() function in __anonb7c02cfb0111::PointerType297 bool requiresFloat() const override { return Element->requiresFloat(); } in requiresFloat() function in __anonb7c02cfb0111::VectorType324 bool requiresFloat() const override { return Element->requiresFloat(); } in requiresFloat() function in __anonb7c02cfb0111::MultiVectorType349 bool requiresFloat() const override { return false; }; in requiresFloat() function in __anonb7c02cfb0111::PredicateType844 bool requiresFloat() const { in requiresFloat() function in __anonb7c02cfb0111::ACLEIntrinsic845 if (ReturnType->requiresFloat()) in requiresFloat()848 if (T->requiresFloat()) in requiresFloat()1182 if (!ST->requiresFloat()) { in getCodeForDag()[all …]