Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1543 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
1545 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
1552 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
1574 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
1576 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
1591 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()
1614 if (UndefLHS[M]) in SimplifyDemandedVectorElts()