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

/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp344 /// unionWith - Return the range that results from the union of this range with
350 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { function in class:ConstantRange
357 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
415 "ConstantRange::unionWith missed wrapped union unwrapped case");
/external/llvm/lib/IR/
H A DConstantRange.cpp180 return CR0.inverse().unionWith(CR1.inverse()).inverse();
446 /// unionWith - Return the range that results from the union of this range with
452 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { function in class:ConstantRange
459 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
511 "ConstantRange::unionWith missed a case with one range wrapped");
615 UpperDiv.trunc(DstTySize)).unionWith(Union);
621 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 171 milliseconds