Searched refs:isMaxSignedValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A DConstantRange.cpp86 if (SMax.isMaxSignedValue())
98 if (SMin.isMaxSignedValue())
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp3580 if (Min.isMinSignedValue() && Max.isMaxSignedValue())
5796 if (RA.isMaxSignedValue()) {
5808 if ((RA + 1).isMaxSignedValue()) {
5819 if (RA.isMaxSignedValue()) goto trivially_true;
5859 if ((RA + 1).isMaxSignedValue()) {
5865 if (RA.isMaxSignedValue()) goto trivially_false;
5868 if (RA.isMaxSignedValue()) {
5896 if (!getSignedRange(RHS).getSignedMax().isMaxSignedValue()) {
5914 } else if (!getSignedRange(LHS).getSignedMax().isMaxSignedValue()) {
/external/llvm/include/llvm/ADT/
H A DAPInt.h356 bool isMaxSignedValue() const { function in class:llvm::APInt
/external/llvm/include/llvm/IR/
H A DConstants.h187 return Val.isMaxSignedValue();

Completed in 178 milliseconds