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

/external/llvm/lib/IR/
H A DConstantRange.cpp347 /// unionWith - Return the range that results from the union of this range with
353 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { function in class:ConstantRange
360 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
412 "ConstantRange::unionWith missed a case with one range wrapped");
516 UpperDiv.trunc(DstTySize)).unionWith(Union);
522 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 208 milliseconds