Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2049 static std::string APIntToHexString(const APInt &AI) { in APIntToHexString() function
2063 return APIntToHexString(APInt::getZero(Ty->getPrimitiveSizeInBits())); in scalarConstantToHexString()
2065 return APIntToHexString(CFP->getValueAPF().bitcastToAPInt()); in scalarConstantToHexString()
2067 return APIntToHexString(CI->getValue()); in scalarConstantToHexString()