Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp267 Value *SimplifyInstructionWithNotEqual(Instruction *Inst, Value *Invariant,
1483 if (Value *Replacement = SimplifyInstructionWithNotEqual(UI, LIC, Val)) { in RewriteLoopBodyWithConditionConstant()
1649 Value *LoopUnswitch::SimplifyInstructionWithNotEqual(Instruction *Inst, in SimplifyInstructionWithNotEqual() function in LoopUnswitch