Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h2631 unsigned InVecNumElts) {
2635 Idx = Idx < (int)InVecNumElts ? Idx + InVecNumElts : Idx - InVecNumElts;
2636 assert(Idx >= 0 && Idx < (int)InVecNumElts * 2 &&
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4192 int InVecNumElts = Op0->getType()->getVectorNumElements(); in foldIdentityShuffles() local
4195 if (MaskVal >= InVecNumElts) { in foldIdentityShuffles()
4196 RootElt = MaskVal - InVecNumElts; in foldIdentityShuffles()
4236 unsigned InVecNumElts = InVecTy->getVectorNumElements(); in SimplifyShuffleVectorInst() local
4249 if ((unsigned)Indices[i] < InVecNumElts) in SimplifyShuffleVectorInst()
4270 ShuffleVectorInst::commuteShuffleMask(Indices, InVecNumElts); in SimplifyShuffleVectorInst()