Home
last modified time | relevance | path

Searched refs:haveNoCommonBitsSet (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Analysis/
DValueTracking.h63 bool haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL,
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp404 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
DSeparateConstOffsetFromGEP.cpp462 !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT)) in CanTraceInto()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1317 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1143 if (haveNoCommonBitsSet(LHS, RHS, DL, AC, &I, DT)) in visitAdd()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1355 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
/external/llvm/lib/Analysis/
DValueTracking.cpp133 bool llvm::haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL, in haveNoCommonBitsSet() function in llvm
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2834 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG
DDAGCombiner.cpp1727 VT.isInteger() && !VT.isVector() && DAG.haveNoCommonBitsSet(N0, N1)) in visitADD()