Home
last modified time | relevance | path

Searched refs:unionWith (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp238 EXPECT_EQ(Wrap.unionWith(One), in TEST_F()
240 EXPECT_EQ(One.unionWith(Wrap), Wrap.unionWith(One)); in TEST_F()
241 EXPECT_EQ(Empty.unionWith(Empty), Empty); in TEST_F()
242 EXPECT_EQ(Full.unionWith(Full), Full); in TEST_F()
243 EXPECT_EQ(Some.unionWith(Wrap), Full); in TEST_F()
246 EXPECT_EQ(ConstantRange(APInt(16, 14), APInt(16, 1)).unionWith( in TEST_F()
249 EXPECT_EQ(ConstantRange(APInt(16, 6), APInt(16, 4)).unionWith( in TEST_F()
252 EXPECT_EQ(ConstantRange(APInt(16, 1), APInt(16, 0)).unionWith( in TEST_F()
/external/llvm/unittests/IR/
DConstantRangeTest.cpp284 EXPECT_EQ(Wrap.unionWith(One), in TEST_F()
286 EXPECT_EQ(One.unionWith(Wrap), Wrap.unionWith(One)); in TEST_F()
287 EXPECT_EQ(Empty.unionWith(Empty), Empty); in TEST_F()
288 EXPECT_EQ(Full.unionWith(Full), Full); in TEST_F()
289 EXPECT_EQ(Some.unionWith(Wrap), Full); in TEST_F()
292 EXPECT_EQ(ConstantRange(APInt(16, 14), APInt(16, 1)).unionWith( in TEST_F()
295 EXPECT_EQ(ConstantRange(APInt(16, 6), APInt(16, 4)).unionWith( in TEST_F()
298 EXPECT_EQ(ConstantRange(APInt(16, 1), APInt(16, 0)).unionWith( in TEST_F()
/external/llvm/lib/IR/
DConstantRange.cpp180 return CR0.inverse().unionWith(CR1.inverse()).inverse(); in makeGuaranteedNoWrapRegion()
452 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { in unionWith() function in ConstantRange
459 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()
615 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
621 UpperModulo.trunc(DstTySize)).unionWith(Union); in truncate()
DMetadata.cpp930 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp191 return CR0.inverse().unionWith(CR1.inverse()).inverse(); in makeGuaranteedNoWrapRegion()
502 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { in unionWith() function in ConstantRange
509 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()
691 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
699 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
1101 CR = CR.unionWith(ConstantRange(Low->getValue(), High->getValue())); in getConstantRangeFromMetadata()
DMetadata.cpp957 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp310 EXPECT_EQ(Wrap.unionWith(One), in TEST_F()
312 EXPECT_EQ(One.unionWith(Wrap), Wrap.unionWith(One)); in TEST_F()
313 EXPECT_EQ(Empty.unionWith(Empty), Empty); in TEST_F()
314 EXPECT_EQ(Full.unionWith(Full), Full); in TEST_F()
315 EXPECT_EQ(Some.unionWith(Wrap), Full); in TEST_F()
318 EXPECT_EQ(ConstantRange(APInt(16, 14), APInt(16, 1)).unionWith( in TEST_F()
321 EXPECT_EQ(ConstantRange(APInt(16, 6), APInt(16, 4)).unionWith( in TEST_F()
324 EXPECT_EQ(ConstantRange(APInt(16, 1), APInt(16, 0)).unionWith( in TEST_F()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantRange.h173 ConstantRange unionWith(const ConstantRange &CR) const;
/external/llvm/include/llvm/IR/
DConstantRange.h224 ConstantRange unionWith(const ConstantRange &CR) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantRange.h222 ConstantRange unionWith(const ConstantRange &CR) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp272 return Ops[0].unionWith(Ops[1]); in walkForwards()
350 R = R.unionWith(SeenI->second); in validateAndTransform()
DGuardWidening.cpp487 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); in widenCondCommon()
DCorrelatedValuePropagation.cpp521 OperandRange = OperandRange.unionWith( in processUDivOrURem()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp287 return Ops[0].unionWith(Ops[1]); in walkForwards()
365 R = R.unionWith(SeenI->second); in validateAndTransform()
DGuardWidening.cpp430 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); in widenCondCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueLattice.h275 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange()); in mergeIn()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSparseBitVector.h188 bool unionWith(const SparseBitVectorElement &RHS) {
593 changed |= Iter1->unionWith(*Iter2);
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp350 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { in unionWith() function in ConstantRange
357 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSparseBitVector.h172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() function
571 changed |= Iter1->unionWith(*Iter2);
/external/llvm/include/llvm/ADT/
DSparseBitVector.h164 bool unionWith(const SparseBitVectorElement &RHS) {
585 changed |= Iter1->unionWith(*Iter2);
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp271 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); in mergeIn()
1260 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
DValueTracking.cpp3951 CR = CR.unionWith(ConstantRange(Low->getValue(), High->getValue())); in getConstantRangeFromMetadata()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp260 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); in mergeIn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1346 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
DScalarEvolution.cpp5714 RangeFromOps = RangeFromOps.unionWith(OpRange); in getRangeRef()
5820 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(), in getRangeForAffineAR()
5945 return TrueRange.unionWith(FalseRange); in getRangeViaFactoring()

12