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.h213 Value *getFreelyInverted(Value *V, bool WillInvertAllUses, in getFreelyInverted()
220 Value *getFreelyInverted(Value *V, bool WillInvertAllUses, in getFreelyInverted()
232 bool isFreeToInvert(Value *V, bool WillInvertAllUses, in isFreeToInvert()
238 bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2520 Value *InstCombiner::getFreelyInvertedImpl(Value *V, bool WillInvertAllUses, in getFreelyInvertedImpl()