Searched refs:AllEqual (Results 1 – 4 of 4) sorted by relevance
112 bool AllEqual = true; in addInstToMergeableList() local114 for (int I = 1, E = II->arg_size(); AllEqual && I != E; ++I) { in addInstToMergeableList()121 AllEqual = FragIdList->getValue().udiv(4) == FragId->getValue().udiv(4); in addInstToMergeableList()124 AllEqual = ArgList == Arg; in addInstToMergeableList()127 if (!AllEqual) in addInstToMergeableList()
3069 bool AllEqual = std::all_of( in valueNumberMemoryPhi() local3073 if (AllEqual) in valueNumberMemoryPhi()3084 AllEqual ? getMemoryClass(AllSameValue) : ensureLeaderOfMemoryClass(MP); in valueNumberMemoryPhi()3087 auto NewState = AllEqual ? MPS_Equivalent : MPS_Unique; in valueNumberMemoryPhi()
3963 bool AllEqual = true; in depends() local3966 AllEqual = false; in depends()3970 if (AllEqual) in depends()
768 def OpGroupNonUniformAllEqual: OpGroupNU3<"AllEqual", 336>;