Searched refs:UndefRHS (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3184 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3188 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3192 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 3226 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3230 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3243 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts() 3271 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts() 3351 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3352 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3361 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts() [all …]
|
| H A D | SelectionDAG.cpp | 2613 APInt UndefLHS, UndefRHS; in isSplatValue() local 2617 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1)) { in isSplatValue() 2618 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|