reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  780     computeKnownBits(I->getOperand(1), RHSKnown, Depth + 1, CxtI);
  781     computeKnownBits(I->getOperand(0), LHSKnown, Depth + 1,
  811     computeKnownBits(I->getOperand(1), RHSKnown, Depth + 1, CxtI);
  812     computeKnownBits(I->getOperand(0), LHSKnown, Depth + 1,
  841     computeKnownBits(I->getOperand(1), RHSKnown, Depth + 1, CxtI);
  842     computeKnownBits(I->getOperand(0), LHSKnown, Depth + 1,
  872     computeKnownBits(I, Known, Depth, CxtI);