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 94 APInt KnownZero2(BitWidth, 0), KnownOne2(BitWidth, 0);
95 ComputeMaskedBits(CV->getOperand(i), Mask, KnownZero2, KnownOne2,
98 KnownOne &= KnownOne2;
153 APInt KnownZero2(KnownZero), KnownOne2(KnownOne);
160 ComputeMaskedBits(I->getOperand(0), Mask2, KnownZero2, KnownOne2, TD,
163 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
166 KnownOne &= KnownOne2;
174 ComputeMaskedBits(I->getOperand(0), Mask2, KnownZero2, KnownOne2, TD,
177 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
182 KnownOne |= 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 1342 milliseconds