Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4973 bool IsIdentity = true; in buildTree_rec() local
4976 IsIdentity &= Indices.top().second == I; in buildTree_rec()
4979 if (IsIdentity) in buildTree_rec()
6218 bool IsIdentity = true; in getEntryCost() local
6224 IsIdentity &= InsertIdx - OffsetBeg == I; in getEntryCost()
6239 if (!IsIdentity) in getEntryCost()
7972 bool IsIdentity = true; in vectorizeTree() local
7978 IsIdentity &= InsertIdx - Offset == I; in vectorizeTree()
7981 if (!IsIdentity || NumElts != NumScalars) { in vectorizeTree()
7989 if ((!IsIdentity || Offset != 0 || in vectorizeTree()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4833 bool IsIdentity = true; in FoldBUILD_VECTOR() local
4840 IsIdentity = false; in FoldBUILD_VECTOR()
4845 if (IsIdentity) in FoldBUILD_VECTOR()
4877 bool IsIdentity = true; in foldCONCAT_VECTORS() local
4885 IsIdentity = false; in foldCONCAT_VECTORS()
4892 if (IsIdentity) { in foldCONCAT_VECTORS()