Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp790 APInt DemandedElts = DemandedMask.zextOrTrunc(ArgWidth); in SimplifyDemandedUseBits() local
906 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, in SimplifyDemandedVectorElts()
DInstCombineCalls.cpp1323 APInt DemandedElts = APInt::getLowBitsSet(Width, DemandedWidth); in visitCallInst() local
1329 APInt DemandedElts = APInt::getHighBitsSet(Width, DemandedWidth); in visitCallInst() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp806 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, in SimplifyDemandedVectorElts()
DInstCombineCalls.cpp590 APInt DemandedElts(VWidth, 1); in visitCallInst() local