Searched refs:AllUndef (Results 1 – 4 of 4) sorted by relevance
246 bool AllUndef = true; in reconnectPhis() local254 AllUndef &= isa<UndefValue>(V); in reconnectPhis()261 if (AllUndef) { in reconnectPhis()
952 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local957 AllUndef = false; in SimplifyMultipleUseDemandedBits()962 if (AllUndef) in SimplifyMultipleUseDemandedBits()
27249 bool AllUndef = true; in replaceBoolVectorBitcast() local27251 AllUndef &= Op.getOperand(I).isUndef(); in replaceBoolVectorBitcast()27253 if (AllUndef) in replaceBoolVectorBitcast()
5906 bool AllUndef = true; in computeZeroableShuffleElements() local5910 AllUndef &= Op.isUndef(); in computeZeroableShuffleElements()5913 if (AllUndef) in computeZeroableShuffleElements()