Searched defs:NewRes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h417 void ReplaceSoftenFloatResult(SDNode *N, unsigned ResNo, SDValue &NewRes) { argument
419 // NewRes node could have the same type. We can save the effort in
422 if (NewRes.getNode() != N && isLegalInHWReg(N->getValueType(ResNo)))
423 ReplaceValueWith(SDValue(N, ResNo), NewRes); local

Completed in 88 milliseconds