Home
last modified time | relevance | path

Searched refs:detectEvenOddMultiplyOperand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9023 static unsigned detectEvenOddMultiplyOperand(const SelectionDAG &DAG, in detectEvenOddMultiplyOperand() function
9086 unsigned OpcodeCand0 = detectEvenOddMultiplyOperand(DAG, Subtarget, Op0); in combineMUL()
9087 unsigned OpcodeCand1 = detectEvenOddMultiplyOperand(DAG, Subtarget, Op1); in combineMUL()