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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp416 getBinOpsForFactorization(BinaryOperator *Op, Value *&LHS, Value *&RHS) { function
532 Instruction::BinaryOps LHSOpcode = getBinOpsForFactorization(Op0, A, B);
533 Instruction::BinaryOps RHSOpcode = getBinOpsForFactorization(Op1, C, D);

Completed in 77 milliseconds