Home
last modified time | relevance | path

Searched refs:simplifyInstructionWithNotEqual (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp281 Value *simplifyInstructionWithNotEqual(Instruction *Inst, Value *Invariant,
1604 if (Value *Replacement = simplifyInstructionWithNotEqual(UI, LIC, Val)) { in rewriteLoopBodyWithConditionConstant()
1760 Value *LoopUnswitch::simplifyInstructionWithNotEqual(Instruction *Inst, in simplifyInstructionWithNotEqual() function in LoopUnswitch