HomeSort by: relevance | last modified time | path
    Searched refs:unionWith (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 574 ConstantRange ConstantRange::unionWith(const ConstantRange &CR,
583 return CR.unionWith(*this, Type);
632 "ConstantRange::unionWith missed a case with one range wrapped");
765 UpperDiv.trunc(DstTySize)).unionWith(Union);
773 UpperDiv.trunc(DstTySize)).unionWith(Union);
1068 return Res.intersectWith(unionWith(Other, Signed), Signed);
1082 return Res.intersectWith(unionWith(Other, Unsigned), Unsigned);
1096 return Res.intersectWith(unionWith(Other, Signed), Signed);
1110 return Res.intersectWith(unionWith(Other, Unsigned), Unsigned);
1174 PosRes = PosRes.unionWith(
    [all...]
Metadata.cpp 994 ConstantRange Union = LastRange.unionWith(NewRange);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp 291 return Ops[0].unionWith(Ops[1]);
369 R = R.unionWith(SeenI->second);
GuardWidening.cpp 526 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h 143 LocationSize unionWith(LocationSize Other) const {
ValueLattice.h 443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
AliasSetTracker.h 82 Size = isSizeSet() ? Size.unionWith(NewSize) : NewSize;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h 305 ConstantRange unionWith(const ConstantRange &CR,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SparseBitVector.h 171 bool unionWith(const SparseBitVectorElement &RHS) {
575 changed |= Iter1->unionWith(*Iter2);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 2154 Assumed = Assumed.unionWith(R).intersectWith(Known);
2165 Known = Known.unionWith(R);
2166 Assumed = Assumed.unionWith(Known);
3651 void unionAssumed(const PotentialValuesState &PVS) { unionWith(PVS); }
3690 void unionWith(const PotentialValuesState &R) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp 90 auto Result = L.unionWith(R);
426 Insert.first->second = Insert.first->second.unionWith(Offsets);
LazyValueInfo.cpp 1383 EdgesVals = EdgesVals.unionWith(EdgeVal);
ScalarEvolution.cpp 6027 RangeFromOps = RangeFromOps.unionWith(OpRange);
6130 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(),
6191 ConstantRange RangeBetween = StartRange.unionWith(EndRange);
6323 return TrueRange.unionWith(FalseRange);
InstructionSimplify.cpp 1612 if (!IsAnd && Range0.unionWith(Range1).isFullSet())
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
intrange.d 492 IntRange unionWith(const ref IntRange other) const
dcast.d 3837 return ir1.unionWith(ir2)._cast(e.type);

Completed in 93 milliseconds