Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1512 Instruction *MaybeTrunc; in foldVariableSignZeroExtensionOfVariableHighBitExtract() local
1515 m_AShr(m_Shl(m_Instruction(MaybeTrunc), in foldVariableSignZeroExtensionOfVariableHighBitExtract()
1525 match(MaybeTrunc, m_TruncOrSelf(m_Instruction(HighBitExtract))); in foldVariableSignZeroExtensionOfVariableHighBitExtract()
1526 bool HadTrunc = MaybeTrunc != HighBitExtract; in foldVariableSignZeroExtensionOfVariableHighBitExtract()
1545 return replaceInstUsesWith(OldAShr, MaybeTrunc); in foldVariableSignZeroExtensionOfVariableHighBitExtract()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6186 Register MaybeTrunc; in matchSimplifySelectToMinMax() local
6187 if (mi_match(Cond, MRI, m_OneNonDBGUse(m_GTrunc(m_Reg(MaybeTrunc))))) in matchSimplifySelectToMinMax()
6188 Cond = MaybeTrunc; in matchSimplifySelectToMinMax()