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()
3105 bool AllSame = true; in handleOperandChangeImpl() local3116 AllSame &= Val == ToC; in handleOperandChangeImpl()3119 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3122 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()3146 bool AllSame = true; in handleOperandChangeImpl() local3156 AllSame &= Val == ToC; in handleOperandChangeImpl()3159 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3162 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
2139 bool Identity = true, AllSame = true; in getVectorShuffle() local2142 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()2177 if (AllSame && SameNumElts) { in getVectorShuffle()
25490 bool AllSame = true; in visitVECTOR_SHUFFLE() local25502 AllSame = false; in visitVECTOR_SHUFFLE()25507 if (AllSame) in visitVECTOR_SHUFFLE()