Searched refs:SimplifyDemandedVectorEltsLow (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1914 auto SimplifyDemandedVectorEltsLow = [this](Value *Op, unsigned Width, in visitCallInst() local 2460 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, ArgWidth, RetWidth)) { in visitCallInst() 2495 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, VWidth, 1)) { in visitCallInst() 2563 if (Value *V = SimplifyDemandedVectorEltsLow(Arg0, VWidth, 1)) { in visitCallInst() 2567 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst() 2948 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth0, 1)) { in visitCallInst() 2952 if (Value *V = SimplifyDemandedVectorEltsLow(Op1, VWidth1, 2)) { in visitCallInst() 2979 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { in visitCallInst() 3012 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { in visitCallInst() 3046 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth0, 1)) { in visitCallInst() [all …]
|