Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17354 bool LastIntegerTrunc = false; in tryStoreMergeOfConstants() local
17385 LastIntegerTrunc = false; in tryStoreMergeOfConstants()
17397 LastIntegerTrunc = true; in tryStoreMergeOfConstants()
17422 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants()