Lines Matching refs:ElementWidth
79 uint32_t ElementWidth(const analysis::Type* type) { in ElementWidth() function
81 return ElementWidth(vec_type->element_type()); in ElementWidth()
251 uint32_t width = ElementWidth(type); in ReciprocalFDiv()
336 uint32_t width = ElementWidth(type); in MergeNegateMulDivArithmetic()
394 uint32_t width = ElementWidth(type); in MergeNegateAddSubArithmetic()
619 uint32_t width = ElementWidth(type); in MergeMulMulArithmetic()
672 uint32_t width = ElementWidth(type); in MergeMulDivArithmetic()
745 uint32_t width = ElementWidth(type); in MergeMulNegateArithmetic()
784 uint32_t width = ElementWidth(type); in MergeDivDivArithmetic()
857 uint32_t width = ElementWidth(type); in MergeDivMulArithmetic()
929 uint32_t width = ElementWidth(type); in MergeDivNegateArithmetic()
1006 uint32_t width = ElementWidth(type); in MergeSubNegateArithmetic()
1054 uint32_t width = ElementWidth(type); in MergeAddAddArithmetic()
1101 uint32_t width = ElementWidth(type); in MergeAddSubArithmetic()
1160 uint32_t width = ElementWidth(type); in MergeSubAddArithmetic()
1225 uint32_t width = ElementWidth(type); in MergeSubSubArithmetic()
1315 uint32_t width = ElementWidth(type); in MergeGenericAddSubArithmetic()
1402 uint32_t width = ElementWidth(int_constant->type()); in IntMultipleBy1()