Searched refs:LHSUndef (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 319 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() local 323 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 35368 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 35372 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 35548 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 35549 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, LHSUndef, in SimplifyDemandedVectorEltsForTargetNode() 35579 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 35580 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedElts, LHSUndef, in SimplifyDemandedVectorEltsForTargetNode() 35590 KnownUndef = LHSUndef & RHSUndef; in SimplifyDemandedVectorEltsForTargetNode()
|