Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp706 bool UseTrunc);
17880 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() argument
17885 assert((!UseTrunc || !UseVector) && in mergeStoresOfConstantsOrVecElts()
18029 if (!UseTrunc) { in mergeStoresOfConstantsOrVecElts()
18410 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants() local
18443 UseVector, UseTrunc); in tryStoreMergeOfConstants()