Searched refs:AllSame (Results 1 – 4 of 4) sorted by relevance
269 bool AllSame = true; in getBest() local277 AllSame = false; in getBest()285 if (!AllSame) in getBest()
3306 bool AllSame = true; in handleOperandChangeImpl() local3317 AllSame &= Val == ToC; in handleOperandChangeImpl()3320 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3323 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()3347 bool AllSame = true; in handleOperandChangeImpl() local3357 AllSame &= Val == ToC; in handleOperandChangeImpl()3360 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3363 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
2030 bool Identity = true, AllSame = true; in getVectorShuffle() local2033 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()2071 if (AllSame && SameNumElts) { in getVectorShuffle()
23922 bool AllSame = true; in visitVECTOR_SHUFFLE() local23934 AllSame = false; in visitVECTOR_SHUFFLE()23939 if (AllSame) in visitVECTOR_SHUFFLE()