Searched refs:MaxVal (Results 1 – 3 of 3) sorted by relevance
726 BYTE MaxVal; in GUS_GetMAXData() local750 MaxVal=((CodecBase & 0xF0)>>4) | 0x40; in GUS_GetMAXData()752 MaxVal|=0x10; in GUS_GetMAXData()754 MaxVal|=0x20; in GUS_GetMAXData()755 dos_outportb(GusBase+0x106,MaxVal); in GUS_GetMAXData()
178 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) in DefineTypeSize() local180 Builder.defineMacro(MacroName, MaxVal.toString(10, isSigned) + ValSuffix); in DefineTypeSize()
2226 APInt MinVal, MaxVal; in SimplifySetCC() local2230 MaxVal = APInt::getSignedMaxValue(OperandBitSize); in SimplifySetCC()2233 MaxVal = APInt::getMaxValue(OperandBitSize); in SimplifySetCC()2246 if (C1 == MaxVal) return DAG.getConstant(1, VT); // X <= MAX --> true in SimplifySetCC()2257 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal) in SimplifySetCC()2259 if ((Cond == ISD::SETLE || Cond == ISD::SETULE) && C1 == MaxVal) in SimplifySetCC()2266 if ((Cond == ISD::SETLT || Cond == ISD::SETULT) && C1 == MaxVal) in SimplifySetCC()2275 else if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal-1) in SimplifySetCC()2277 DAG.getConstant(MaxVal, N0.getValueType()), in SimplifySetCC()