Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h251 Value *getFreelyInverted(Value *V, bool WillInvertAllUses, in getFreelyInverted()
258 Value *getFreelyInverted(Value *V, bool WillInvertAllUses, in getFreelyInverted()
270 bool isFreeToInvert(Value *V, bool WillInvertAllUses, in isFreeToInvert()
276 bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2278 Value *InstCombiner::getFreelyInvertedImpl(Value *V, bool WillInvertAllUses, in getFreelyInvertedImpl()