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.h1107 bool isConstantOrConstantVectorI(Register Src) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6952 bool CombinerHelper::isConstantOrConstantVectorI(Register Src) const { in isConstantOrConstantVectorI() function in CombinerHelper
7600 if (isConstantOrConstantVectorI(LHS) && !isConstantOrConstantVectorI(RHS)) { in matchAddOverflow()