Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14861 unsigned LastLegalIntegerType = 1; in MergeConsecutiveStores() local
14910 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()
14929 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()
14938 LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()
14940 std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()