Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h1109 std::optional<APInt> getConstantOrConstantSplatVector(Register Src) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6927 CombinerHelper::getConstantOrConstantSplatVector(Register Src) const { in getConstantOrConstantSplatVector() function in CombinerHelper
7614 std::optional<APInt> MaybeLHS = getConstantOrConstantSplatVector(LHS); in matchAddOverflow()
7615 std::optional<APInt> MaybeRHS = getConstantOrConstantSplatVector(RHS); in matchAddOverflow()
7647 getConstantOrConstantSplatVector(AddLHS->getRHSReg()); in matchAddOverflow()