Searched refs:GroupElementTy (Results 1 – 1 of 1) sorted by relevance
3117 Type *GroupElementTy = nullptr; in isConsecutiveInterleaveGroup() local3119 GroupElementTy = TypeInfo.inferScalarType(InterleaveR->getVPValue(0)); in isConsecutiveInterleaveGroup()3121 [&TypeInfo, GroupElementTy](VPValue *Op) { in isConsecutiveInterleaveGroup()3122 return TypeInfo.inferScalarType(Op) == GroupElementTy; in isConsecutiveInterleaveGroup()3126 GroupElementTy = in isConsecutiveInterleaveGroup()3129 [&TypeInfo, GroupElementTy](VPValue *Op) { in isConsecutiveInterleaveGroup()3130 return TypeInfo.inferScalarType(Op) == GroupElementTy; in isConsecutiveInterleaveGroup()3135 unsigned GroupSize = GroupElementTy->getScalarSizeInBits() * VF; in isConsecutiveInterleaveGroup()