Searched refs:getIdentityValue (Results 1 – 2 of 2) sorted by relevance
402 static Value *getIdentityValue(Instruction::BinaryOps OpCode, Value *V) { in getIdentityValue() function571 getIdentityValue(LHSOpcode, RHS))) in SimplifyUsingDistributiveLaws()577 getIdentityValue(RHSOpcode, LHS), C, D)) in SimplifyUsingDistributiveLaws()
478 static Value *getIdentityValue(Instruction::BinaryOps Opcode, Value *V) { in getIdentityValue() function627 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in SimplifyUsingDistributiveLaws()634 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in SimplifyUsingDistributiveLaws()