Searched refs:VectorElts (Results 1 – 2 of 2) sorted by relevance
183 llvm::Constant *VectorElts; member353 return VectorElts; in getExtVectorElts()400 R.VectorElts = Elts; in MakeExtVectorElt()
3287 APInt VectorElts = DemandedElts & ~(APInt::getOneBitSet(NumElts, EltIdx)); in computeKnownBits() local3288 if (!!VectorElts) { in computeKnownBits()3289 Known2 = computeKnownBits(InVec, VectorElts, Depth + 1); in computeKnownBits()3877 APInt VectorElts = DemandedElts; in ComputeNumSignBits() local3878 VectorElts.clearBit(EltIdx); in ComputeNumSignBits()3879 if (!!VectorElts) { in ComputeNumSignBits()3880 Tmp2 = ComputeNumSignBits(InVec, VectorElts, Depth + 1); in ComputeNumSignBits()