Searched refs:UndefRHS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1706 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 1710 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts() 1714 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 1737 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 1741 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts() 1754 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts() 1781 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
|
| H A D | SelectionDAG.cpp | 2220 APInt UndefLHS, UndefRHS; in isSplatValue() local 2224 isSplatValue(RHS, DemandedElts, UndefRHS)) { in isSplatValue() 2225 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|