Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp111 const unsigned ValueBits = Value.getSignificantBits(); in isNegationValuePreserving() local
112 if (ValueBits == ResultType.getBitWidth()) { in isNegationValuePreserving()
121 return ValueBits < ResultType.getBitWidth(); in isNegationValuePreserving()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4536 unsigned ValueBits = ValueVT.getSizeInBits(); in splitValueIntoRegisterParts() local
4538 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(ValueBits), Val); in splitValueIntoRegisterParts()
4551 unsigned ValueBits = ValueVT.getSizeInBits(); in joinRegisterPartsIntoValue() local
4556 Val = DAG.getNode(ISD::TRUNCATE, DL, MVT::getIntegerVT(ValueBits), Val); in joinRegisterPartsIntoValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp187 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local
192 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()