Searched refs:MaskCV (Results 1 – 1 of 1) sorted by relevance
1593 const ConstantVector *MaskCV = cast<ConstantVector>(Mask); in getMaskValue() local1594 assert(i < MaskCV->getNumOperands() && "Index out of range"); in getMaskValue()1596 if (isa<UndefValue>(MaskCV->getOperand(i))) in getMaskValue()1598 return cast<ConstantInt>(MaskCV->getOperand(i))->getZExtValue(); in getMaskValue()