Lines Matching refs:Mask
129 - if (ConstantVector *Mask = dyn_cast<ConstantVector>(II->getArgOperand(2))) {
130 - assert(Mask->getNumOperands() == 16 && "Bad type for intrinsic!");
135 - if (!isa<ConstantInt>(Mask->getOperand(i)) &&
136 - !isa<UndefValue>(Mask->getOperand(i))) {
145 - Mask->getType());
147 - Mask->getType());
155 - if (isa<UndefValue>(Mask->getOperand(i)))
157 - unsigned Idx=cast<ConstantInt>(Mask->getOperand(i))->getZExtValue();
176 + // if (ConstantVector *Mask = dyn_cast<ConstantVector>(II->getArgOperand(2))) {
177 + // assert(Mask->getNumOperands() == 16 && "Bad type for intrinsic!");
182 + // if (!isa<ConstantInt>(Mask->getOperand(i)) &&
183 + // !isa<UndefValue>(Mask->getOperand(i))) {
192 + // Mask->getType());
194 + // Mask->getType());
202 + // if (isa<UndefValue>(Mask->getOperand(i)))
204 + // unsigned Idx=cast<ConstantInt>(Mask->getOperand(i))->getZExtValue();