Home
last modified time | relevance | path

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

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