Home
last modified time | relevance | path

Searched refs:IsMax (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp343 bool IsMax = false; in expandAtomicBinOpSubword() local
404 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() local
708 IsMax = true; in expandAtomicBinOp()
732 if (IsMin || IsMax) { in expandAtomicBinOp()
744 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOp()
[all …]
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3783 bool IsMax = (Opcode == ISD::SMAX); in computeKnownBits() local
3786 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in computeKnownBits()
3790 if (!IsMax) in computeKnownBits()
3812 if (IsMax) in computeKnownBits()
3821 if (IsMax && CstLow) { in computeKnownBits()
4195 bool IsMax = (Opcode == ISD::SMAX); in ComputeNumSignBits() local
4198 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in ComputeNumSignBits()
4202 if (!IsMax) in ComputeNumSignBits()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3854 bool IsMax = Kind == scSMaxExpr || Kind == scUMaxExpr; in getMinMaxExpr() local
3894 if (IsMax ? IsMinV : IsMaxV) { in getMinMaxExpr()
3898 } else if (IsMax ? IsMaxV : IsMinV) { in getMinMaxExpr()
3933 llvm::CmpInst::Predicate FirstPred = IsMax ? GEPred : LEPred; in getMinMaxExpr()
3934 llvm::CmpInst::Predicate SecondPred = IsMax ? LEPred : GEPred; in getMinMaxExpr()