Searched refs:VectorElts (Results 1 – 2 of 2) sorted by relevance
168 llvm::Constant *VectorElts; member355 return VectorElts; in getExtVectorElts()402 R.VectorElts = Elts; in MakeExtVectorElt()
3290 APInt VectorElts = DemandedElts & ~(APInt::getOneBitSet(NumElts, EltIdx)); in computeKnownBits() local3291 if (!!VectorElts) { in computeKnownBits()3292 Known2 = computeKnownBits(InVec, VectorElts, Depth + 1); in computeKnownBits()3880 APInt VectorElts = DemandedElts; in ComputeNumSignBits() local3881 VectorElts.clearBit(EltIdx); in ComputeNumSignBits()3882 if (!!VectorElts) { in ComputeNumSignBits()3883 Tmp2 = ComputeNumSignBits(InVec, VectorElts, Depth + 1); in ComputeNumSignBits()