Searched refs:AllSame (Results 1 – 5 of 5) sorted by relevance
277 bool AllSame = true; in getBest() local285 AllSame = false; in getBest()293 if (!AllSame) in getBest()
3368 bool AllSame = true; in handleOperandChangeImpl() local3379 AllSame &= Val == ToC; in handleOperandChangeImpl()3382 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3385 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()3409 bool AllSame = true; in handleOperandChangeImpl() local3419 AllSame &= Val == ToC; in handleOperandChangeImpl()3422 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3425 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
799 bool AllSame = std::all_of( in getSystemGPUArch() local802 if (!AllSame) in getSystemGPUArch()
1868 bool Identity = true, AllSame = true; in getVectorShuffle() local1871 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()1909 if (AllSame && SameNumElts) { in getVectorShuffle()
21213 bool AllSame = true; in visitVECTOR_SHUFFLE() local21225 AllSame = false; in visitVECTOR_SHUFFLE()21230 if (AllSame) in visitVECTOR_SHUFFLE()