Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp814 ConstantInt *AddConst; in computeValueKnownInPredecessorsImpl() local
816 match(CmpLHS, m_Add(m_Value(AddLHS), m_ConstantInt(AddConst)))) { in computeValueKnownInPredecessorsImpl()
826 CR = CR.add(AddConst->getValue()); in computeValueKnownInPredecessorsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15121 int64_t AddConst = AddVal.getSExtValue(); in combineShlAddIAddImpl() local
15126 DAG.getSignedConstant(AddConst, DL, VT)); in combineShlAddIAddImpl()