Lines Matching defs:PassThru
576 /// \p PassThru - pass-through value that is used to fill the masked-off lanes
580 Value *Mask, Value *PassThru,
585 if (!PassThru)
586 PassThru = PoisonValue::get(Ty);
588 Value *Ops[] = {Ptr, getInt32(Alignment.value()), Mask, PassThru};
628 /// \p PassThru - pass-through value that is used to fill the masked-off lanes
633 Value *PassThru,
643 if (!PassThru)
644 PassThru = PoisonValue::get(Ty);
647 Value *Ops[] = {Ptrs, getInt32(Alignment.value()), Mask, PassThru};
684 /// \p PassThru - pass-through value that is used to fill the masked-off lanes
688 Value *Mask, Value *PassThru,
692 if (!PassThru)
693 PassThru = PoisonValue::get(Ty);
695 Value *Ops[] = {Ptr, Mask, PassThru};