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

  /frameworks/base/libs/hwui/
LayerUpdateQueue.cpp 34 entry.damage.unionWith(damage);
LayerBuilder.cpp 72 mBounds.unionWith(op->computedState.clippedBounds);
184 mBounds.unionWith(op->computedState.clippedBounds);
266 bounds.unionWith(rect);
ShadowTessellator.cpp 99 lightRect.unionWith(localClip);
Rect.h 172 bool unionWith(const Rect& r) {
265 * Similar to unionWith, except this makes the assumption that both rects are non-empty
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantRange.h 167 /// unionWith - Return the range that results from the union of this range
173 ConstantRange unionWith(const ConstantRange &CR) const;
  /external/llvm/include/llvm/IR/
ConstantRange.h 224 ConstantRange unionWith(const ConstantRange &CR) const;
  /external/swiftshader/third_party/LLVM/unittests/Support/
ConstantRangeTest.cpp 237 TEST_F(ConstantRangeTest, UnionWith) {
238 EXPECT_EQ(Wrap.unionWith(One),
240 EXPECT_EQ(One.unionWith(Wrap), Wrap.unionWith(One));
241 EXPECT_EQ(Empty.unionWith(Empty), Empty);
242 EXPECT_EQ(Full.unionWith(Full), Full);
243 EXPECT_EQ(Some.unionWith(Wrap), Full);
246 EXPECT_EQ(ConstantRange(APInt(16, 14), APInt(16, 1)).unionWith(
249 EXPECT_EQ(ConstantRange(APInt(16, 6), APInt(16, 4)).unionWith(
252 EXPECT_EQ(ConstantRange(APInt(16, 1), APInt(16, 0)).unionWith(
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 283 TEST_F(ConstantRangeTest, UnionWith) {
284 EXPECT_EQ(Wrap.unionWith(One),
286 EXPECT_EQ(One.unionWith(Wrap), Wrap.unionWith(One));
287 EXPECT_EQ(Empty.unionWith(Empty), Empty);
288 EXPECT_EQ(Full.unionWith(Full), Full);
289 EXPECT_EQ(Some.unionWith(Wrap), Full);
292 EXPECT_EQ(ConstantRange(APInt(16, 14), APInt(16, 1)).unionWith(
295 EXPECT_EQ(ConstantRange(APInt(16, 6), APInt(16, 4)).unionWith(
298 EXPECT_EQ(ConstantRange(APInt(16, 1), APInt(16, 0)).unionWith(
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 180 return CR0.inverse().unionWith(CR1.inverse()).inverse();
446 /// unionWith - Return the range that results from the union of this range with
452 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
459 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
511 "ConstantRange::unionWith missed a case with one range wrapped");
615 UpperDiv.trunc(DstTySize)).unionWith(Union);
621 UpperModulo.trunc(DstTySize)).unionWith(Union);
Metadata.cpp 930 ConstantRange Union = LastRange.unionWith(NewRange);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 287 return Ops[0].unionWith(Ops[1]);
365 R = R.unionWith(SeenI->second);
GuardWidening.cpp 430 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse();
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 320 mDirtyRect.unionWith(r);
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 109 bounds.unionWith(glyphBounds);
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 164 bool unionWith(const SparseBitVectorElement &RHS) {
585 changed |= Iter1->unionWith(*Iter2);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SparseBitVector.h 188 bool unionWith(const SparseBitVectorElement &RHS) {
593 changed |= Iter1->unionWith(*Iter2);
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 344 /// unionWith - Return the range that results from the union of this range with
350 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
357 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
415 "ConstantRange::unionWith missed wrapped union unwrapped case");
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 271 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
    [all...]
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 260 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1751 milliseconds