Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3784 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr; in computeKnownBits() local
3785 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in computeKnownBits()
3789 if (CstLow && CstHigh) { in computeKnownBits()
3791 std::swap(CstLow, CstHigh); in computeKnownBits()
3793 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits()
3821 if (IsMax && CstLow) { in computeKnownBits()
3822 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits()
4196 ConstantSDNode *CstLow = nullptr, *CstHigh = nullptr; in ComputeNumSignBits() local
4197 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in ComputeNumSignBits()
4201 if (CstLow && CstHigh) { in ComputeNumSignBits()
[all …]