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

References

lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  129     computeKnownBits(V, Known, Depth, CxtI);
  142     computeKnownBits(V, Known, Depth, CxtI);
  150     return SimplifyMultipleUseDemandedBits(I, DemandedMask, Known, Depth, CxtI);
  163     computeKnownBits(I, Known, Depth, CxtI);
  555       unsigned SignBits = ComputeNumSignBits(I->getOperand(0), Depth + 1, CxtI);
  638       computeKnownBits(I->getOperand(0), LHSKnown, Depth + 1, CxtI);
  748     computeKnownBits(V, Known, Depth, CxtI);