Searched defs:InnerOpcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp699 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op' local
553 tryFactorization(BinaryOperator &I, Instruction::BinaryOps InnerOpcode, Value *A, Value *B, Value *C, Value *D) argument
736 Instruction::BinaryOps InnerOpcode = Op1->getOpcode(); // op' local
[all...]

Completed in 40 milliseconds