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.cpp3567 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3571 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3575 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3622 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3626 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3639 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts()
3667 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
3751 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3752 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3761 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts()
[all …]
H A DSelectionDAG.cpp3013 APInt UndefLHS, UndefRHS; in isSplatValue() local
3021 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1) && in isSplatValue()
3022 (DemandedElts & UndefLHS) == (DemandedElts & UndefRHS)) { in isSplatValue()
3023 UndefElts = UndefLHS | UndefRHS; in isSplatValue()