Searched refs:IsMax (Results 1 – 4 of 4) sorted by relevance
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 …]
284 bool IsMax = IID == Intrinsic::smax || IID == Intrinsic::umax; in sinkMinMaxInBB() local287 assert(IsMin ^ IsMax); in sinkMinMaxInBB()293 if ((IsLess && IsMin) || (IsGreater && IsMax)) in sinkMinMaxInBB()
3927 bool IsMax = (Opcode == ISD::SMAX); in computeKnownBits() local3930 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in computeKnownBits()3934 if (!IsMax) in computeKnownBits()3956 if (IsMax) in computeKnownBits()3965 if (IsMax && CstLow) { in computeKnownBits()4477 bool IsMax = (Opcode == ISD::SMAX); in ComputeNumSignBits() local4480 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in ComputeNumSignBits()4484 if (!IsMax) in ComputeNumSignBits()
3847 bool IsMax = Kind == scSMaxExpr || Kind == scUMaxExpr; in getMinMaxExpr() local3890 if (IsMax ? IsMinV : IsMaxV) { in getMinMaxExpr()3894 } else if (IsMax ? IsMaxV : IsMinV) { in getMinMaxExpr()3929 llvm::CmpInst::Predicate FirstPred = IsMax ? GEPred : LEPred; in getMinMaxExpr()3930 llvm::CmpInst::Predicate SecondPred = IsMax ? LEPred : GEPred; in getMinMaxExpr()