Home
last modified time | relevance | path

Searched refs:MaskCV (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1593 const ConstantVector *MaskCV = cast<ConstantVector>(Mask); in getMaskValue() local
1594 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()