Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp781 bool UseTrunc);
20188 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() argument
20193 assert((!UseTrunc || !UseVector) && in mergeStoresOfConstantsOrVecElts()
20350 if (!UseTrunc) { in mergeStoresOfConstantsOrVecElts()
20750 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants() local
20783 UseVector, UseTrunc); in tryStoreMergeOfConstants()