Home
last modified time | relevance | path

Searched defs:DemandedElts (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp876 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, in SimplifyDemandedVectorElts()
DInstCombineCalls.cpp760 APInt DemandedElts = APInt::getLowBitsSet(Width, DemandedWidth); in visitCallInst() local