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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp530 /// 'add(shl(X, 5), ...)', this function will have TopOpcode == Instruction::Add
534 getBinOpsForFactorization(Instruction::BinaryOps TopOpcode, BinaryOperator *Op, argument
539 if (TopOpcode == Instruction::Add || TopOpcode == Instruction::Sub) {

Completed in 56 milliseconds