Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3426 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3430 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3434 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3468 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3472 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3485 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts()
3513 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
3597 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3598 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3607 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts()
[all …]
H A DSelectionDAG.cpp2770 APInt UndefLHS, UndefRHS; in isSplatValue() local
2774 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1)) { in isSplatValue()
2775 UndefElts = UndefLHS | UndefRHS; in isSplatValue()