Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4466 unsigned ValueBits = ValueVT.getSizeInBits(); in splitValueIntoRegisterParts() local
4468 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(ValueBits), Val); in splitValueIntoRegisterParts()
4481 unsigned ValueBits = ValueVT.getSizeInBits(); in joinRegisterPartsIntoValue() local
4486 Val = DAG.getNode(ISD::TRUNCATE, DL, MVT::getIntegerVT(ValueBits), Val); in joinRegisterPartsIntoValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp191 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local
196 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()