Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18340 bool LastIntegerTrunc = false; in tryStoreMergeOfConstants() local
18372 LastIntegerTrunc = false; in tryStoreMergeOfConstants()
18385 LastIntegerTrunc = true; in tryStoreMergeOfConstants()
18410 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants()