Searched refs:ZeroLHS (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2690 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2693 ZeroLHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts() 2700 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 2721 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2724 ZeroLHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts() 2765 if (ZeroLHS[M]) in SimplifyDemandedVectorElts() 2823 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2824 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 2828 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 2850 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 41760 bool ZeroLHS = ISD::isBuildVectorAllZeros(LHS.getNode()); in combineSelect() local 41763 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()
|