Home
last modified time | relevance | path

Searched refs:UndefRHS (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2703 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
2707 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()
2711 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
2734 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
2738 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()
2751 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts()
2780 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
2831 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
2832 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
2858 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
[all …]
H A DSelectionDAG.cpp2486 APInt UndefLHS, UndefRHS; in isSplatValue() local
2490 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1)) { in isSplatValue()
2491 UndefElts = UndefLHS | UndefRHS; in isSplatValue()