Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp402 static Value *getIdentityValue(Instruction::BinaryOps OpCode, Value *V) { in getIdentityValue() function
571 getIdentityValue(LHSOpcode, RHS))) in SimplifyUsingDistributiveLaws()
577 getIdentityValue(RHSOpcode, LHS), C, D)) in SimplifyUsingDistributiveLaws()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp478 static Value *getIdentityValue(Instruction::BinaryOps Opcode, Value *V) { in getIdentityValue() function
627 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in SimplifyUsingDistributiveLaws()
634 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in SimplifyUsingDistributiveLaws()