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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp532 Instruction::BinaryOps LHSOpcode = getBinOpsForFactorization(Op0, A, B); local
537 if (LHSOpcode == RHSOpcode) {
538 if (Value *V = tryFactorization(Builder, DL, I, LHSOpcode, A, B, C, D))
544 if (Value *V = tryFactorization(Builder, DL, I, LHSOpcode, A, B, RHS,
545 getIdentityValue(LHSOpcode, RHS)))

Completed in 276 milliseconds