Lines Matching defs:PassThru
543 /// \p PassThru - pass-through value that is used to fill the masked-off lanes
547 Value *Mask, Value *PassThru,
552 if (!PassThru)
553 PassThru = PoisonValue::get(Ty);
555 Value *Ops[] = {Ptr, getInt32(Alignment.value()), Mask, PassThru};
593 /// \p PassThru - pass-through value that is used to fill the masked-off lanes
598 Value *PassThru,
608 if (!PassThru)
609 PassThru = PoisonValue::get(Ty);
612 Value *Ops[] = {Ptrs, getInt32(Alignment.value()), Mask, PassThru};
650 /// \p PassThru - pass-through value that is used to fill the masked-off lanes
655 Value *PassThru,
659 if (!PassThru)
660 PassThru = PoisonValue::get(Ty);
662 Value *Ops[] = {Ptr, Mask, PassThru};