Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3156 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3158 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3166 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3196 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3199 ZeroLHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts()
3240 if (ZeroLHS[M]) in SimplifyDemandedVectorElts()
3305 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3327 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3332 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3354 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44801 bool ZeroLHS = ISD::isBuildVectorAllZeros(LHS.getNode()); in combineSelect() local
44804 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()