Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstructions.h2312 unsigned InVecNumElts) {
2316 Idx = Idx < (int)InVecNumElts ? Idx + InVecNumElts : Idx - InVecNumElts;
2317 assert(Idx >= 0 && Idx < (int)InVecNumElts * 2 &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp4679 int InVecNumElts = cast<FixedVectorType>(Op0->getType())->getNumElements(); in foldIdentityShuffles() local
4682 if (MaskVal >= InVecNumElts) { in foldIdentityShuffles()
4683 RootElt = MaskVal - InVecNumElts; in foldIdentityShuffles()
4735 unsigned InVecNumElts = InVecEltCount.getKnownMinValue(); in SimplifyShuffleVectorInst() local
4739 if ((unsigned)Indices[i] < InVecNumElts) in SimplifyShuffleVectorInst()