Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h989 bool isConstantOrConstantVectorI(Register Src) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6660 bool CombinerHelper::isConstantOrConstantVectorI(Register Src) const { in isConstantOrConstantVectorI() function in CombinerHelper
7262 if (isConstantOrConstantVectorI(LHS) && !isConstantOrConstantVectorI(RHS)) { in matchAddOverflow()