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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12262 SDValue OpS32 = SMULLOHI->getOperand(1); local
12266 OpS16 = OpS32;
12267 OpS32 = SMULLOHI->getOperand(0);
12281 SDValue Res = DAG.getNode(Opcode, dl, MVT::i32, OpS32, OpS16);

Completed in 201 milliseconds