Searched defs:DemandedElts (Results 1 – 2 of 2) sorted by relevance
876 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, in SimplifyDemandedVectorElts()
760 APInt DemandedElts = APInt::getLowBitsSet(Width, DemandedWidth); in visitCallInst() local