Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2426 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
2429 ZeroLHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts()
2436 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
2457 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
2460 ZeroLHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts()
2501 if (ZeroLHS[M]) in SimplifyDemandedVectorElts()
2556 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
2558 ZeroLHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts()
2561 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
2574 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38123 bool ZeroLHS = ISD::isBuildVectorAllZeros(LHS.getNode()); in combineSelect() local
38126 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()