Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20680 bool LastIntegerTrunc = false; in tryStoreMergeOfConstants() local
20714 LastIntegerTrunc = false; in tryStoreMergeOfConstants()
20727 LastIntegerTrunc = true; in tryStoreMergeOfConstants()
20750 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants()