Home
last modified time | relevance | path

Searched defs:haveNoCommonBitsSet (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h315 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { haveNoCommonBitsSet() function
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp236 bool llvm::haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, haveNoCommonBitsSet() function in llvm
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5734 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { haveNoCommonBitsSet() function in SelectionDAG