Searched defs:this_max (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp557 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); local
562 this_max * Other_max + 1);
/external/llvm/lib/IR/
H A DConstantRange.cpp708 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); local
713 this_max * Other_max + 1);
730 this_max = getSignedMax().sext(getBitWidth() * 2);
735 this_max * Other_min, this_max * Other_max};

Completed in 436 milliseconds