Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp659 auto ExtendNode = DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL); in SoftenFloatRes_LOAD() local
661 return ExtendNode; in SoftenFloatRes_LOAD()
662 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()