Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp584 static Value *getIdentityValue(Instruction::BinaryOps Opcode, Value *V) { in getIdentityValue() function
746 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in SimplifyUsingDistributiveLaws()
753 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in SimplifyUsingDistributiveLaws()