Lines Matching defs:PassThru
1708 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(Ty)
1711 return emitX86Select(Builder, CI.getArgOperand(3), V, PassThru);
3644 Value *PassThru = IsMaskZ ? Constant::getNullValue(Rep->getType())
3651 PassThru =
3654 Rep = emitX86ScalarSelect(Builder, CI->getArgOperand(3), Rep, PassThru);
3700 Value *PassThru = IsMaskZ ? llvm::Constant::getNullValue(CI->getType())
3704 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3771 Value *PassThru = IsMaskZ ? llvm::Constant::getNullValue(CI->getType())
3775 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3801 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
3803 Rep = emitX86Select(Builder, CI->getArgOperand(4), Rep, PassThru);
3829 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
3831 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3865 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
3867 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3895 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
3897 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);