Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp337 std::string hashInteger(uint64_t Value) { in hashInteger() function
366 return HashString.append(hashInteger(*ErrorOrValue)); in hashSymbol()
372 return hashInteger(cast<MCConstantExpr>(Expr).getValue()); in hashExpr()
377 return hashInteger(UnaryExpr.getOpcode()) in hashExpr()
383 .append(hashInteger(BinaryExpr.getOpcode())) in hashExpr()
395 return hashInteger(Operand.getImm()); in hashInstOperand()
397 return hashInteger(Operand.getReg()); in hashInstOperand()