Home
last modified time | relevance | path

Searched refs:GroupElementTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp3117 Type *GroupElementTy = nullptr; in isConsecutiveInterleaveGroup() local
3119 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()