Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp705 bool UseTrunc);
16919 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() argument
16924 assert((!UseTrunc || !UseVector) && in mergeStoresOfConstantsOrVecElts()
17050 if (!UseTrunc) { in mergeStoresOfConstantsOrVecElts()
17422 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants() local
17455 UseVector, UseTrunc); in tryStoreMergeOfConstants()