Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp95 const unsigned ValueBits = Value.getSignificantBits(); in isNegationValuePreserving() local
96 if (ValueBits == ResultType.getBitWidth()) { in isNegationValuePreserving()
105 return ValueBits < ResultType.getBitWidth(); in isNegationValuePreserving()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4402 unsigned ValueBits = ValueVT.getSizeInBits(); in splitValueIntoRegisterParts() local
4404 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(ValueBits), Val); in splitValueIntoRegisterParts()
4419 unsigned ValueBits = ValueVT.getSizeInBits(); in joinRegisterPartsIntoValue() local
4424 Val = DAG.getNode(ISD::TRUNCATE, DL, MVT::getIntegerVT(ValueBits), Val); in joinRegisterPartsIntoValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp180 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local
186 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2752 unsigned ValueBits = ValueVT.getSizeInBits(); in splitValueIntoRegisterParts() local
2754 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(ValueBits), Val); in splitValueIntoRegisterParts()
2768 unsigned ValueBits = ValueVT.getSizeInBits(); in joinRegisterPartsIntoValue() local
2773 Val = DAG.getNode(ISD::TRUNCATE, DL, MVT::getIntegerVT(ValueBits), Val); in joinRegisterPartsIntoValue()