Searched defs:getMaskValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstructions.h1684 /// getMaskValue - Return the index from the shuffle mask for the specified
1687 static int getMaskValue(Constant *Mask, unsigned i);
1689 int getMaskValue(unsigned i) const { function in class:llvm::ShuffleVectorInst
1690 return getMaskValue(getMask(), i);
/external/llvm/lib/VMCore/
H A DInstructions.cpp1604 /// getMaskValue - Return the index from the shuffle mask for the specified
1607 int ShuffleVectorInst::getMaskValue(Constant *Mask, unsigned i) { function in class:ShuffleVectorInst

Completed in 124 milliseconds