HomeSort by relevance Sort by last modified time
    Searched refs:KnownZero2 (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);
65 if ((KnownZero2 & MaskV) == MaskV) {
86 llvm::ComputeMaskedBits(Op1, KnownZero2, KnownOne2, TD, Depth+1);
87 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
88 unsigned RHSKnownZeroOut = KnownZero2.countTrailingOnes();
95 KnownZero |= KnownZero2 & Mask;
115 if (LHSKnownZero.isNegative() && KnownZero2.isNegative())
125 else if (LHSKnownOne.isNegative() && KnownZero2.isNegative())
134 APInt &KnownZero2, APInt &KnownOne2
    [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 345 milliseconds