Home
last modified time | relevance | path

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

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