Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp269 bool AllSame = true; in getBest() local
277 AllSame = false; in getBest()
285 if (!AllSame) in getBest()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3250 bool AllSame = true; in handleOperandChangeImpl() local
3261 AllSame &= Val == ToC; in handleOperandChangeImpl()
3264 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3267 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
3291 bool AllSame = true; in handleOperandChangeImpl() local
3301 AllSame &= Val == ToC; in handleOperandChangeImpl()
3304 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3307 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2176 bool Identity = true, AllSame = true; in getVectorShuffle() local
2179 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()
2214 if (AllSame && SameNumElts) { in getVectorShuffle()
H A DDAGCombiner.cpp25865 bool AllSame = true; in visitVECTOR_SHUFFLE() local
25877 AllSame = false; in visitVECTOR_SHUFFLE()
25882 if (AllSame) in visitVECTOR_SHUFFLE()