Searched refs:Elts1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 50051 APInt Bits1, Elts1; in combineAnd() local 50053 std::tie(Bits1, Elts1) = GetDemandedMasks(N0); in combineAnd() 50056 TLI.SimplifyDemandedVectorElts(N1, Elts1, DCI) || in combineAnd() 50058 TLI.SimplifyDemandedBits(N1, Bits1, Elts1, DCI)) { in combineAnd() 50065 SDValue NewN1 = TLI.SimplifyMultipleUseDemandedBits(N1, Bits1, Elts1, DAG); in combineAnd() 53561 APInt Bits1, Elts1; in combineAndnp() local 53563 std::tie(Bits1, Elts1) = GetDemandedMasks(N0, true); in combineAndnp() 53567 TLI.SimplifyDemandedVectorElts(N1, Elts1, DCI) || in combineAndnp() 53569 TLI.SimplifyDemandedBits(N1, Bits1, Elts1, DCI)) { in combineAndnp()
|