Searched refs:scalarConstantToHexString (Results 1 – 2 of 2) sorted by relevance
112 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function128 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()143 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()148 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()153 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()158 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()
1381 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function1397 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()1417 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()1422 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()1428 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()1433 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()