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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp534 getBinOpsForFactorization(Instruction::BinaryOps TopOpcode, BinaryOperator *Op, function
669 LHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op0, A, B);
671 RHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op1, C, D);

Completed in 135 milliseconds