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()
3250 bool AllSame = true; in handleOperandChangeImpl() local3261 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() local3301 AllSame &= Val == ToC; in handleOperandChangeImpl()3304 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3307 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
2176 bool Identity = true, AllSame = true; in getVectorShuffle() local2179 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()2214 if (AllSame && SameNumElts) { in getVectorShuffle()
25865 bool AllSame = true; in visitVECTOR_SHUFFLE() local25877 AllSame = false; in visitVECTOR_SHUFFLE()25882 if (AllSame) in visitVECTOR_SHUFFLE()