Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3157 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3161 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3165 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3197 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3201 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()
3214 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts()
3243 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
3323 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3324 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3350 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
[all …]
H A DSelectionDAG.cpp2570 APInt UndefLHS, UndefRHS; in isSplatValue() local
2574 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1)) { in isSplatValue()
2575 UndefElts = UndefLHS | UndefRHS; in isSplatValue()