Searched refs:RHSZero (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41894 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41900 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41904 KnownZero = LHSZero | RHSZero; in SimplifyDemandedVectorEltsForTargetNode() 41910 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41918 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41925 APInt DemandedLHSElts = DemandedSrcElts & ~RHSZero; in SimplifyDemandedVectorEltsForTargetNode() 41930 if (SimplifyDemandedVectorElts(RHS, DemandedRHSElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42013 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42025 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42035 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|