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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp521 static Value *getIdentityValue(Instruction::BinaryOps Opcode, Value *V) { function
682 if (Value *Ident = getIdentityValue(LHSOpcode, RHS))
689 if (Value *Ident = getIdentityValue(RHSOpcode, LHS))

Completed in 30 milliseconds