Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33409 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, in ReplaceNodeResults() local
33412 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, in ReplaceNodeResults()
33414 HalfT, cpOutL.getValue(2)); in ReplaceNodeResults()
33415 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)}; in ReplaceNodeResults()