Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp723 bool UseTrunc);
18534 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() argument
18539 assert((!UseTrunc || !UseVector) && in mergeStoresOfConstantsOrVecElts()
18686 if (!UseTrunc) { in mergeStoresOfConstantsOrVecElts()
19067 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants() local
19100 UseVector, UseTrunc); in tryStoreMergeOfConstants()