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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 2691 APInt UndefRHS, ZeroRHS;
2696 ZeroRHS, TLO, Depth + 1))
2700 KnownZero = ZeroLHS & ZeroRHS;
2722 APInt UndefRHS, ZeroRHS;
2727 ZeroRHS, TLO, Depth + 1))
2770 if (ZeroRHS[M - NumElts])
2819 APInt UndefRHS, ZeroRHS;
2820 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO,
2828 KnownZero = ZeroLHS & ZeroRHS;
2846 APInt UndefRHS, ZeroRHS;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 33 milliseconds