HomeSort by: relevance | last modified time | path
    Searched defs:getIdentityValue (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 565 static Value *getIdentityValue(Instruction::BinaryOps Opcode, Value *V) {
727 if (Value *Ident = getIdentityValue(LHSOpcode, RHS))
734 if (Value *Ident = getIdentityValue(RHSOpcode, LHS))

Completed in 26 milliseconds