Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21727 bool LastIntegerTrunc = false; in tryStoreMergeOfConstants() local
21761 LastIntegerTrunc = false; in tryStoreMergeOfConstants()
21774 LastIntegerTrunc = true; in tryStoreMergeOfConstants()
21797 bool UseTrunc = LastIntegerTrunc && !UseVector; in tryStoreMergeOfConstants()