Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp490 SDValue WholeValue = in LowerFormalArguments_32() local
492 WholeValue = DAG.getNode(ISD::BITCAST, dl, VA.getLocVT(), WholeValue); in LowerFormalArguments_32()
493 InVals.push_back(WholeValue); in LowerFormalArguments_32()
546 SDValue WholeValue = in LowerFormalArguments_32() local
548 WholeValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), WholeValue); in LowerFormalArguments_32()
549 InVals.push_back(WholeValue); in LowerFormalArguments_32()