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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 1277   IC.computeKnownBits(Op0, Known, 0, &II);
 3969     computeKnownBits(IIOperand, Known, 0, II);
lib/Transforms/InstCombine/InstCombineSelect.cpp
 2652     computeKnownBits(CondVal, Known, 0, &SI);
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  129     computeKnownBits(V, Known, Depth, CxtI);
  142     computeKnownBits(V, Known, Depth, CxtI);
  163     computeKnownBits(I, Known, Depth, CxtI);
  638       computeKnownBits(I->getOperand(0), LHSKnown, Depth + 1, CxtI);
  748     computeKnownBits(V, Known, Depth, CxtI);
  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);