HomeSort by relevance Sort by last modified time
    Searched refs:intersectWith (Results 1 - 11 of 11) sorted by null

  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 221 TEST_F(ConstantRangeTest, IntersectWith) {
222 EXPECT_EQ(Empty.intersectWith(Full), Empty);
223 EXPECT_EQ(Empty.intersectWith(Empty), Empty);
224 EXPECT_EQ(Empty.intersectWith(One), Empty);
225 EXPECT_EQ(Empty.intersectWith(Some), Empty);
226 EXPECT_EQ(Empty.intersectWith(Wrap), Empty);
227 EXPECT_EQ(Full.intersectWith(Full), Full);
228 EXPECT_EQ(Some.intersectWith(Some), Some);
229 EXPECT_EQ(Some.intersectWith(One), One);
230 EXPECT_EQ(Full.intersectWith(One), One)
    [all...]
  /frameworks/base/libs/hwui/
Rect.h 107 return !intersectWith(l, t, r, b).isEmpty();
116 intersectWith(tmp);
181 void intersectWith(Rect& tmp) const {
188 Rect intersectWith(float l, float t, float r, float b) const {
  /external/llvm/include/llvm/Support/
ConstantRange.h 162 /// intersectWith - Return the range that results from the intersection of
166 /// intersections with the same set size, A.intersectWith(B) might not
167 /// be equal to B.intersectWith(A).
169 ConstantRange intersectWith(const ConstantRange &CR) const;
  /external/llvm/lib/Support/
ConstantRange.cpp 255 return intersectWith(CR.inverse());
258 /// intersectWith - Return the range that results from the intersection of this
262 /// same set size, A.intersectWith(B) might not be equal to B.intersectWith(A).
263 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR) const {
272 return CR.intersectWith(*this);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
LazyValueInfo.cpp 897 Result.getConstantRange().intersectWith(InBlock.getConstantRange());
    [all...]
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 207 bool intersectWith(const SparseBitVectorElement &RHS,
628 changed |= Iter1->intersectWith(*Iter2, BecameZero);
  /external/llvm/lib/IR/
Metadata.cpp 458 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B);
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2460 milliseconds