Searched refs:complex_ty (Results 1 – 5 of 5) sorted by relevance
126 auto complex_ty = element_type.dyn_cast<ComplexType>(); in matchAndRewrite() local128 if (complex_ty) int_or_float_ty = complex_ty.getElementType(); in matchAndRewrite()160 if (!complex_ty) { in matchAndRewrite()
49 if (auto complex_ty = element_ty.dyn_cast<ComplexType>()) { in getSplat() local50 auto complex_element_ty = complex_ty.getElementType(); in getSplat()
66 } else if (auto complex_ty = ty.dyn_cast<ComplexType>()) { in GetScalarOfType() local67 Type complex_element_ty = complex_ty.getElementType(); in GetScalarOfType()
463 if (auto complex_ty = element_ty.dyn_cast<ComplexType>()) { in inferReturnTypes() local464 element_ty = complex_ty.getElementType(); in inferReturnTypes()994 if (auto complex_ty = element_ty.dyn_cast<ComplexType>()) { in CreateRealType() local995 element_ty = complex_ty.getElementType(); in CreateRealType()
82 } else if (auto complex_ty = ty.dyn_cast_or_null<ComplexType>()) { in GetScalarOfType() local83 Type complex_element_ty = complex_ty.getElementType(); in GetScalarOfType()