Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h63 bool haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h74 bool haveNoCommonBitsSet(const Value *LHS, const Value *RHS,
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp440 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
DSeparateConstOffsetFromGEP.cpp503 !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT)) in CanTraceInto()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1143 if (haveNoCommonBitsSet(LHS, RHS, DL, AC, &I, DT)) in visitAdd()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1317 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1504 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1232 if (haveNoCommonBitsSet(LHS, RHS, DL, &AC, &I, &DT)) in visitAdd()
DInstCombineAndOrXor.cpp2486 if (haveNoCommonBitsSet(Op0, Op1, DL, &AC, &I, &DT)) in visitXor()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1355 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1574 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp185 bool llvm::haveNoCommonBitsSet(const Value *LHS, const Value *RHS, in haveNoCommonBitsSet() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp580 return CurDAG->haveNoCommonBitsSet(N, Parent->getOperand(1)); in SelectAddLikeOr()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3690 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG
DDAGCombiner.cpp2103 DAG.haveNoCommonBitsSet(N0.getOperand(0), N0.getOperand(1))) { in visitADD()
2177 DAG.haveNoCommonBitsSet(N0, N1)) in visitADD()