Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h320 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { in haveNoCommonBitsSet() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp231 bool llvm::haveNoCommonBitsSet(const Value *LHS, const Value *RHS, in haveNoCommonBitsSet() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5004 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG