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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h 143 LocationSize unionWith(LocationSize Other) const {
  /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...]
  /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) {

Completed in 47 milliseconds