Searched refs:castFromDest (Results 1 – 1 of 1) sorted by relevance
385 std::string SourceCast(const Type &type, bool castFromDest) { in SourceCast() argument387 return SourceCast(type.VectorType(), castFromDest); in SourceCast()391 if (castFromDest) { in SourceCast()411 std::string SourceCastBasic(const Type &type, bool castFromDest) { in SourceCastBasic() argument412 return IsScalar(type.base_type) ? SourceCast(type, castFromDest) : ""; in SourceCastBasic()