Searched refs:ZeroRHS (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2691 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 2696 ZeroRHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts() 2700 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 2722 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 2727 ZeroRHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts() 2770 if (ZeroRHS[M - NumElts]) in SimplifyDemandedVectorElts() 2819 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 2820 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 2828 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 2846 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 41761 bool ZeroRHS = ISD::isBuildVectorAllZeros(RHS.getNode()); in combineSelect() local 41763 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()
|