Lines Matching defs:PassThru
1765 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(Ty)
1768 return emitX86Select(Builder, CI.getArgOperand(3), V, PassThru);
3756 Value *PassThru = IsMaskZ ? Constant::getNullValue(Rep->getType())
3763 PassThru =
3766 Rep = emitX86ScalarSelect(Builder, CI->getArgOperand(3), Rep, PassThru);
3809 Value *PassThru = IsMaskZ ? llvm::Constant::getNullValue(CI->getType())
3813 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3878 Value *PassThru = IsMaskZ ? llvm::Constant::getNullValue(CI->getType())
3882 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3907 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
3909 Rep = emitX86Select(Builder, CI->getArgOperand(4), Rep, PassThru);
3934 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
3936 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3969 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
3971 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);
3998 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType())
4000 Rep = emitX86Select(Builder, CI->getArgOperand(3), Rep, PassThru);