Searched refs:OrShadow (Results 1 – 1 of 1) sorted by relevance
3035 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceOrIntrinsic() local3036 Value *S = IRB.CreateAnd(OutShadowMask, OrShadow); in handleVectorReduceOrIntrinsic()3052 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceAndIntrinsic() local3053 Value *S = IRB.CreateAnd(OutShadowMask, OrShadow); in handleVectorReduceAndIntrinsic()3247 Value *OrShadow = IRB.CreateOr(First, Second); in handleBinarySdIntrinsic() local3249 Value *Shadow = IRB.CreateShuffleVector(First, OrShadow, in handleBinarySdIntrinsic()