Searched refs:LHSZero (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41893 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41897 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41904 KnownZero = LHSZero | RHSZero; in SimplifyDemandedVectorEltsForTargetNode() 41909 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41915 if (SimplifyDemandedVectorElts(LHS, DemandedSrcElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41926 if (SimplifyDemandedVectorElts(LHS, DemandedLHSElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41929 APInt DemandedRHSElts = DemandedSrcElts & ~LHSZero; in SimplifyDemandedVectorEltsForTargetNode() 42012 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42016 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42021 if (DemandedElts.isSubsetOf(LHSZero)) in SimplifyDemandedVectorEltsForTargetNode() [all …]
|