Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20334 bool LastIntegerTrunc = false; in tryStoreMergeOfConstants() local
20368 LastIntegerTrunc = false; in tryStoreMergeOfConstants()
20381 LastIntegerTrunc = true; in tryStoreMergeOfConstants()
20404 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants()