Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp110 const unsigned ValueBits = Value.getSignificantBits(); in isNegationValuePreserving() local
111 if (ValueBits == ResultType.getBitWidth()) { in isNegationValuePreserving()
120 return ValueBits < ResultType.getBitWidth(); in isNegationValuePreserving()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4466 unsigned ValueBits = ValueVT.getSizeInBits(); in joinRegisterPartsIntoValue()
4468 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(ValueBits), Val); in joinRegisterPartsIntoValue()
4481 unsigned ValueBits = ValueVT.getSizeInBits(); in LowerFormalArguments()
4486 Val = DAG.getNode(ISD::TRUNCATE, DL, MVT::getIntegerVT(ValueBits), Val); in LowerFormalArguments()
4446 unsigned ValueBits = ValueVT.getSizeInBits(); splitValueIntoRegisterParts() local
4461 unsigned ValueBits = ValueVT.getSizeInBits(); joinRegisterPartsIntoValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp191 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts()
196 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
187 unsigned ValueBits = ValueVT.getSizeInBits(); getCopyFromParts() local