Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp678 SDValue NewVAARG; in SoftenFloatRes_VAARG() local
679 NewVAARG = DAG.getVAArg(NVT, dl, Chain, Ptr, N->getOperand(2), in SoftenFloatRes_VAARG()
684 if (N != NewVAARG.getValue(1).getNode()) in SoftenFloatRes_VAARG()
685 ReplaceValueWith(SDValue(N, 1), NewVAARG.getValue(1)); in SoftenFloatRes_VAARG()
686 return NewVAARG; in SoftenFloatRes_VAARG()