Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp774 bool UseTrunc);
19850 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() argument
19855 assert((!UseTrunc || !UseVector) && in mergeStoresOfConstantsOrVecElts()
20012 if (!UseTrunc) { in mergeStoresOfConstantsOrVecElts()
20404 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants() local
20437 UseVector, UseTrunc); in tryStoreMergeOfConstants()