Searched defs:haveNoCommonBitsSet (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ | ||
H A D | KnownBits.h | 323 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { haveNoCommonBitsSet() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 235 bool llvm::haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, haveNoCommonBitsSet() function in llvm |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 5417 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { haveNoCommonBitsSet() function in SelectionDAG |