Lines Matching defs:Consecutive
2960 bool Consecutive;
2978 bool Consecutive, bool Reverse, DebugLoc DL)
2979 : VPRecipeBase(SC, Operands, DL), Ingredient(I), Consecutive(Consecutive),
2981 assert((Consecutive || !Reverse) && "Reverse implies consecutive");
3002 bool isConsecutive() const { return Consecutive; }
3037 bool Consecutive, bool Reverse, DebugLoc DL)
3038 : VPWidenMemoryRecipe(VPDef::VPWidenLoadSC, Load, {Addr}, Consecutive,
3046 getMask(), Consecutive, Reverse,
3115 VPValue *Mask, bool Consecutive, bool Reverse, DebugLoc DL)
3117 Consecutive, Reverse, DL) {
3123 getStoredValue(), getMask(), Consecutive,