Lines Matching full:vec
76 Value *Vec = II->getArgOperand(1); in expandReductions() local
79 Rdx = getOrderedReduction(Builder, Acc, Vec, RdxOpcode, RK); in expandReductions()
82 cast<FixedVectorType>(Vec->getType())->getNumElements())) in expandReductions()
84 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()
99 Value *Vec = II->getArgOperand(0); in expandReductions() local
100 auto *FTy = cast<FixedVectorType>(Vec->getType()); in expandReductions()
106 Rdx = Builder.CreateBitCast(Vec, Builder.getIntNTy(NumElts)); in expandReductions()
117 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()
127 Value *Vec = II->getArgOperand(0); in expandReductions() local
129 cast<FixedVectorType>(Vec->getType())->getNumElements())) in expandReductions()
132 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()
139 Value *Vec = II->getArgOperand(0); in expandReductions() local
141 cast<FixedVectorType>(Vec->getType())->getNumElements()) || in expandReductions()
145 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()