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

Declarations

include/llvm/Analysis/ValueTracking.h
   77   bool haveNoCommonBitsSet(const Value *LHS, const Value *RHS,

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1316   if (haveNoCommonBitsSet(LHS, RHS, DL, &AC, &I, &DT))
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  502       !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT))
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  439   } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) {