Searched refs:Elts0 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 50050 APInt Bits0, Elts0; in combineAnd() local 50052 std::tie(Bits0, Elts0) = GetDemandedMasks(N1); in combineAnd() 50055 if (TLI.SimplifyDemandedVectorElts(N0, Elts0, DCI) || in combineAnd() 50057 TLI.SimplifyDemandedBits(N0, Bits0, Elts0, DCI) || in combineAnd() 50064 SDValue NewN0 = TLI.SimplifyMultipleUseDemandedBits(N0, Bits0, Elts0, DAG); in combineAnd() 53560 APInt Bits0, Elts0; in combineAndnp() local 53562 std::tie(Bits0, Elts0) = GetDemandedMasks(N1); in combineAndnp() 53566 if (TLI.SimplifyDemandedVectorElts(N0, Elts0, DCI) || in combineAndnp() 53568 TLI.SimplifyDemandedBits(N0, Bits0, Elts0, DCI) || in combineAndnp()
|