Searched defs:unionWith (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DConstantRange.cpp141 return CR0.inverse().unionWith(CR1.inverse()).inverse();
400 /// unionWith - Return the range that results from the union of this range with
406 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { function in class:ConstantRange
413 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
465 "ConstantRange::unionWith missed a case with one range wrapped");
569 UpperDiv.trunc(DstTySize)).unionWith(Union);
575 UpperModulo.trunc(DstTySize)).unionWith(Union);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 91 milliseconds