Searched refs:AllSame (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp272 bool AllSame = true; local
280 AllSame = false;
288 if (!AllSame)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp371 bool AllSame = true; local
375 AllSame = false;
378 if (AllSame) {
437 bool AllSame = true; local
440 AllSame = false;
443 if (AllSame)
493 bool AllSame = true; local
497 AllSame = false;
500 if (AllSame) {
H A DConstants.cpp3133 bool AllSame = true; local
3144 AllSame &= Val == ToC;
3147 if (AllSame && ToC->isNullValue())
3150 if (AllSame && isa<UndefValue>(ToC))
3174 bool AllSame = true; local
3184 AllSame &= Val == ToC;
3187 if (AllSame && ToC->isNullValue())
3190 if (AllSame && isa<UndefValue>(ToC))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1711 bool Identity = true, AllSame = true;
1714 if (MaskVec[i] != MaskVec[0]) AllSame = false;
1752 if (AllSame && SameNumElts) {
H A DDAGCombiner.cpp20145 bool AllSame = true; local
20157 AllSame = false;
20162 if (AllSame)

Completed in 375 milliseconds