Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp553 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() function in ConstantRange
562 return CR.unionWith(*this, Type); in unionWith()
744 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
752 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
1091 PosRes = PosRes.unionWith( in sdiv()
1106 PosRes = PosRes.unionWith( in sdiv()
1111 PosRes = PosRes.unionWith( in sdiv()
1124 NegRes = NegRes.unionWith( in sdiv()
1129 ConstantRange Res = NegRes.unionWith(PosRes, PreferredRangeType::Signed); in sdiv()
1133 Res = Res.unionWith(ConstantRange(Zero)); in sdiv()
[all …]
DMetadata.cpp958 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange()
/third_party/typescript_eslint/packages/visitor-keys/src/
Dvisitor-keys.ts147 const visitorKeys: VisitorKeys = eslintVisitorKeys.unionWith(additionalKeys);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp293 return Ops[0].unionWith(Ops[1]); in walkForwards()
371 R = R.unionWith(SeenI->second); in validateAndTransform()
DGuardWidening.cpp527 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); in widenCondCommon()
DCorrelatedValuePropagation.cpp631 OperandRange = OperandRange.unionWith( in processUDivOrURem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h274 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange()); in mergeIn()
DMemoryLocation.h115 LocationSize unionWith(LocationSize Other) const { in unionWith() function
DAliasSetTracker.h81 Size = isSizeSet() ? Size.unionWith(NewSize) : NewSize; in updateSizeAndAAInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h285 ConstantRange unionWith(const ConstantRange &CR,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h171 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() function
575 changed |= Iter1->unionWith(*Iter2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp91 void updateRange(ConstantRange R) { Range = Range.unionWith(R); } in updateRange()
475 US.Range = US.Range.unionWith(CalleeRange); in updateOneUse()
DLazyValueInfo.cpp1497 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
DScalarEvolution.cpp5776 RangeFromOps = RangeFromOps.unionWith(OpRange); in getRangeRef()
5879 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(), in getRangeForAffineAR()
6004 return TrueRange.unionWith(FalseRange); in getRangeViaFactoring()
DInstructionSimplify.cpp1598 if (!IsAnd && Range0.unionWith(Range1).isFullSet()) in simplifyAndOrOfICmpsWithConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h1565 Assumed = Assumed.unionWith(R).intersectWith(Known);
1576 Known = Known.unionWith(R);
1577 Assumed = Assumed.unionWith(Known);
/third_party/typescript/tests/baselines/reference/user/
Dlodash.log453 node_modules/lodash/unionWith.js(31,42): error TS2345: Argument of type '(value: any) => boolean' i…