HomeSort by relevance Sort by last modified time
    Searched refs:KnownOne2 (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Analysis/
ValueTracking.cpp 48 APInt &KnownZero2, APInt &KnownOne2,
60 llvm::ComputeMaskedBits(Op1, KnownZero2, KnownOne2, TD, Depth+1);
86 llvm::ComputeMaskedBits(Op1, KnownZero2, KnownOne2, TD, Depth+1);
87 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
96 KnownOne |= KnownOne2 & Mask;
118 else if (LHSKnownOne.isNegative() && KnownOne2.isNegative())
122 if (LHSKnownZero.isNegative() && KnownOne2.isNegative())
134 APInt &KnownZero2, APInt &KnownOne2,
138 ComputeMaskedBits(Op0, KnownZero2, KnownOne2, TD, Depth+1);
140 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?")
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 227 milliseconds