Searched defs:IgnoredUser (Results 1 – 7 of 7) sorted by relevance
279 static bool canFreelyInvertAllUsersOf(Instruction *V, Value *IgnoredUser) { in canFreelyInvertAllUsersOf()
248 bool canFreelyInvertAllUsersOf(Instruction *V, Value *IgnoredUser) { in canFreelyInvertAllUsersOf()
247 bool canFreelyInvertAllUsersOf(Instruction *V, Value *IgnoredUser) { in canFreelyInvertAllUsersOf()
286 bool canFreelyInvertAllUsersOf(Instruction *V, Value *IgnoredUser) { in canFreelyInvertAllUsersOf()
218 static inline bool canFreelyInvertAllUsersOf(Value *V, Value *IgnoredUser) { in canFreelyInvertAllUsersOf()
950 void InstCombinerImpl::freelyInvertAllUsersOf(Value *I, Value *IgnoredUser) { in freelyInvertAllUsersOf()