Searched refs:IsMax (Results 1 – 5 of 5) sorted by relevance
167 if (IsMax()) { in InDays()175 if (IsMax()) { in InHours()183 if (IsMax()) { in InMinutes()191 if (IsMax()) { in InSecondsF()199 if (IsMax()) { in InSeconds()207 if (IsMax()) { in InMillisecondsF()215 if (IsMax()) { in InMilliseconds()223 if (IsMax()) { in InMillisecondsRoundedUp()232 if (IsMax()) { in InMicroseconds()240 if (IsMax()) { in InNanoseconds()[all …]
116 constexpr bool IsMax() const { in IsMax() function276 constexpr bool IsMax() const { in IsMax() function
343 bool IsMax = false; in expandAtomicBinOpSubword() local404 IsMax = true; in expandAtomicBinOpSubword()451 } else if (IsMin || IsMax) { in expandAtomicBinOpSubword()458 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOpSubword()459 unsigned SELOldVal = IsMax ? SELEQZ : SELNEZ; in expandAtomicBinOpSubword()460 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOpSubword()644 bool IsMax = false; in expandAtomicBinOp() local708 IsMax = true; in expandAtomicBinOp()732 if (IsMin || IsMax) { in expandAtomicBinOp()744 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOp()[all …]
3368 bool IsMax = (Opcode == ISD::SMAX); in computeKnownBits() local3371 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in computeKnownBits()3375 if (!IsMax) in computeKnownBits()3701 bool IsMax = (Opcode == ISD::SMAX); in ComputeNumSignBits() local3704 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in ComputeNumSignBits()3708 if (!IsMax) in ComputeNumSignBits()
3568 bool IsMax = Kind == scSMaxExpr || Kind == scUMaxExpr; in getMinMaxExpr() local3608 if (IsMax ? IsMinV : IsMaxV) { in getMinMaxExpr()3612 } else if (IsMax ? IsMaxV : IsMinV) { in getMinMaxExpr()3647 llvm::CmpInst::Predicate FirstPred = IsMax ? GEPred : LEPred; in getMinMaxExpr()3648 llvm::CmpInst::Predicate SecondPred = IsMax ? LEPred : GEPred; in getMinMaxExpr()