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

Declarations

include/llvm/Analysis/ValueTracking.h
   54   void computeKnownBits(const Value *V, KnownBits &Known,

References

lib/Analysis/DemandedBits.cpp
  105         computeKnownBits(V1, Known, DL, 0, &AC, UserI, &DT);
  109           computeKnownBits(V2, Known2, DL, 0, &AC, UserI, &DT);
lib/Analysis/ScalarEvolution.cpp
 6264         computeKnownBits(BO->LHS, Known, getDataLayout(),
lib/Analysis/ValueTracking.cpp
  208   computeKnownBits(LHS, LHSKnown, DL, 0, AC, CxtI, DT, nullptr, UseInstrInfo);
  209   computeKnownBits(RHS, RHSKnown, DL, 0, AC, CxtI, DT, nullptr, UseInstrInfo);
 5173         computeKnownBits(X, Known, DL, Depth + 1, /*AC*/ nullptr,
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9264     llvm::computeKnownBits(GV, Known, getDataLayout());
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1257   computeKnownBits(V, Known, DL);
lib/Transforms/InstCombine/InstCombineInternal.h
  725     llvm::computeKnownBits(V, Known, DL, Depth, &AC, CxtI, &DT);
lib/Transforms/Utils/BypassSlowDivision.cpp
  242   computeKnownBits(V, Known, DL);
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  471     computeKnownBits(OpA, Known, DL, 0, nullptr, OpA, &DT);