HomeSort by relevance Sort by last modified time
    Searched defs:LHSRange (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 729 ConstantRange LHSRange = LHSVal.getConstantRange();
747 Result.markConstantRange(LHSRange.add(RHSRange));
750 Result.markConstantRange(LHSRange.sub(RHSRange));
753 Result.markConstantRange(LHSRange.multiply(RHSRange));
756 Result.markConstantRange(LHSRange.udiv(RHSRange));
759 Result.markConstantRange(LHSRange.shl(RHSRange));
762 Result.markConstantRange(LHSRange.lshr(RHSRange));
765 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
768 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
771 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()))
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 431 milliseconds