Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9086 unsigned OpcodeCand0 = detectEvenOddMultiplyOperand(DAG, Subtarget, Op0); in combineMUL() local
9088 if (OpcodeCand0 && OpcodeCand0 == OpcodeCand1) in combineMUL()
9089 return DAG.getNode(OpcodeCand0, SDLoc(N), N->getValueType(0), Op0, Op1); in combineMUL()