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

  /external/llvm/lib/IR/
ConstantRange.cpp 709 APInt Other_min = Other.getUnsignedMin().zext(getBitWidth() * 2);
712 ConstantRange Result_zext = ConstantRange(this_min * Other_min,
731 Other_min = Other.getSignedMin().sext(getBitWidth() * 2);
734 auto L = {this_min * Other_min, this_min * Other_max,
735 this_max * Other_min, this_max * Other_max};
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 558 APInt Other_min = Other.getUnsignedMin().zext(getBitWidth() * 2);
561 ConstantRange Result_zext = ConstantRange(this_min * Other_min,

Completed in 73 milliseconds