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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFRegisters.cpp 310 RegisterRef RegisterAggr::intersectWith(RegisterRef RR) const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 277 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax()));
282 ConstantRange ShAmt = Other.intersectWith(
445 return intersectWith(CR.inverse());
468 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR,
478 return CR.intersectWith(*this, Type);
946 Result = Result.intersectWith(sadd_sat(Other), RangeType);
949 Result = Result.intersectWith(uadd_sat(Other), RangeType);
993 Result = Result.intersectWith(ssub_sat(Other), RangeType);
998 Result = Result.intersectWith(usub_sat(Other), RangeType);
1068 return Res.intersectWith(unionWith(Other, Signed), Signed)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 438 void intersectWith(const SDNodeFlags Flags) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 2154 Assumed = Assumed.unionWith(R).intersectWith(Known);
2174 Assumed = Assumed.intersectWith(R);
2175 Known = Known.intersectWith(R);
3713 void intersectWith(const PotentialValuesState &R) {

Completed in 42 milliseconds