Searched refs:haveNoCommonBitsSet (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 63 bool haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 404 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
|
D | SeparateConstOffsetFromGEP.cpp | 462 !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT)) in CanTraceInto()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1317 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1143 if (haveNoCommonBitsSet(LHS, RHS, DL, AC, &I, DT)) in visitAdd()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1355 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 133 bool llvm::haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL, in haveNoCommonBitsSet() function in llvm
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2834 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG
|
D | DAGCombiner.cpp | 1727 VT.isInteger() && !VT.isVector() && DAG.haveNoCommonBitsSet(N0, N1)) in visitADD()
|