Home
last modified time | relevance | path

Searched defs:IgnoredUser (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h279 static bool canFreelyInvertAllUsersOf(Instruction *V, Value *IgnoredUser) { in canFreelyInvertAllUsersOf()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp950 void InstCombinerImpl::freelyInvertAllUsersOf(Value *I, Value *IgnoredUser) { in freelyInvertAllUsersOf()