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.h991 std::optional<APInt> getConstantOrConstantSplatVector(Register Src);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6635 CombinerHelper::getConstantOrConstantSplatVector(Register Src) { in getConstantOrConstantSplatVector() function in CombinerHelper
7276 std::optional<APInt> MaybeLHS = getConstantOrConstantSplatVector(LHS); in matchAddOverflow()
7277 std::optional<APInt> MaybeRHS = getConstantOrConstantSplatVector(RHS); in matchAddOverflow()
7309 getConstantOrConstantSplatVector(AddLHS->getRHSReg()); in matchAddOverflow()