Searched refs:IsMax (Results 1 – 5 of 5) sorted by relevance
343 bool IsMax = false; in expandAtomicBinOpSubword() local410 IsMax = true; in expandAtomicBinOpSubword()414 IsMax = true; in expandAtomicBinOpSubword()418 IsMax = true; in expandAtomicBinOpSubword()421 IsMax = true; in expandAtomicBinOpSubword()468 } else if (IsMin || IsMax) { in expandAtomicBinOpSubword()475 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOpSubword()476 unsigned SELOldVal = IsMax ? SELEQZ : SELNEZ; in expandAtomicBinOpSubword()477 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOpSubword()680 bool IsMax = false; in expandAtomicBinOp() local[all …]
287 bool IsMax = IID == Intrinsic::smax || IID == Intrinsic::umax; in sinkMinMaxInBB() local290 assert(IsMin ^ IsMax); in sinkMinMaxInBB()296 if ((IsLess && IsMin) || (IsGreater && IsMax)) in sinkMinMaxInBB()
4089 bool IsMax = (Opcode == ISD::SMAX); in computeKnownBits() local4092 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in computeKnownBits()4096 if (!IsMax) in computeKnownBits()4118 if (IsMax) in computeKnownBits()4127 if (IsMax && CstLow) { in computeKnownBits()4678 bool IsMax = (Opcode == ISD::SMAX); in ComputeNumSignBits() local4681 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in ComputeNumSignBits()4685 if (!IsMax) in ComputeNumSignBits()
8478 bool IsMax = Opc == ISD::FMAXIMUM; in expandFMINIMUM_FMAXIMUM() local8484 unsigned CompOpcIeee = IsMax ? ISD::FMAXNUM_IEEE : ISD::FMINNUM_IEEE; in expandFMINIMUM_FMAXIMUM()8485 unsigned CompOpc = IsMax ? ISD::FMAXNUM : ISD::FMINNUM; in expandFMINIMUM_FMAXIMUM()8502 DAG.getSetCC(DL, CCVT, LHS, RHS, IsMax ? ISD::SETGT : ISD::SETLT); in expandFMINIMUM_FMAXIMUM()8521 DAG.getTargetConstant(IsMax ? fcPosZero : fcNegZero, DL, MVT::i32); in expandFMINIMUM_FMAXIMUM()
3852 bool IsMax = Kind == scSMaxExpr || Kind == scUMaxExpr; in getMinMaxExpr() local3895 if (IsMax ? IsMinV : IsMaxV) { in getMinMaxExpr()3899 } else if (IsMax ? IsMaxV : IsMinV) { in getMinMaxExpr()3934 llvm::CmpInst::Predicate FirstPred = IsMax ? GEPred : LEPred; in getMinMaxExpr()3935 llvm::CmpInst::Predicate SecondPred = IsMax ? LEPred : GEPred; in getMinMaxExpr()