Searched refs:VectorElts (Results 1 – 2 of 2) sorted by relevance
183 llvm::Constant *VectorElts; member351 return VectorElts; in getExtVectorElts()398 R.VectorElts = Elts; in MakeExtVectorElt()
3069 APInt VectorElts = DemandedElts & ~(APInt::getOneBitSet(NumElts, EltIdx)); in computeKnownBits() local3070 if (!!VectorElts) { in computeKnownBits()3071 Known2 = computeKnownBits(InVec, VectorElts, Depth + 1); in computeKnownBits()3643 APInt VectorElts = DemandedElts; in ComputeNumSignBits() local3644 VectorElts.clearBit(EltIdx); in ComputeNumSignBits()3645 if (!!VectorElts) { in ComputeNumSignBits()3646 Tmp2 = ComputeNumSignBits(InVec, VectorElts, Depth + 1); in ComputeNumSignBits()