Lines Matching defs:Consecutive
2450 bool Consecutive;
2468 bool Consecutive, bool Reverse, DebugLoc DL)
2469 : VPRecipeBase(SC, Operands, DL), Ingredient(I), Consecutive(Consecutive),
2471 assert((Consecutive || !Reverse) && "Reverse implies consecutive");
2492 bool isConsecutive() const { return Consecutive; }
2523 bool Consecutive, bool Reverse, DebugLoc DL)
2524 : VPWidenMemoryRecipe(VPDef::VPWidenLoadSC, Load, {Addr}, Consecutive,
2532 getMask(), Consecutive, Reverse,
2597 VPValue *Mask, bool Consecutive, bool Reverse, DebugLoc DL)
2599 Consecutive, Reverse, DL) {
2605 getStoredValue(), getMask(), Consecutive,