Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp485 static Value *getIdentityValue(Instruction::BinaryOps Opcode, Value *V) { in getIdentityValue() function
634 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in SimplifyUsingDistributiveLaws()
641 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in SimplifyUsingDistributiveLaws()