Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h289 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { in haveNoCommonBitsSet() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp257 bool llvm::haveNoCommonBitsSet(const Value *LHS, const Value *RHS, in haveNoCommonBitsSet() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4432 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG