HomeSort by: relevance | last modified time | path
    Searched refs:ZeroLHS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 2690 APInt UndefLHS, ZeroLHS;
2693 ZeroLHS, TLO, Depth + 1))
2700 KnownZero = ZeroLHS & ZeroRHS;
2721 APInt UndefLHS, ZeroLHS;
2724 ZeroLHS, TLO, Depth + 1))
2765 if (ZeroLHS[M])
2823 APInt UndefLHS, ZeroLHS;
2824 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO,
2828 KnownZero = ZeroLHS & ZeroRHS;
2850 APInt UndefLHS, ZeroLHS;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 60 milliseconds