Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp894 static std::string signedHexLiteral(const APInt &iOrig) { in signedHexLiteral() argument
895 APInt i = iOrig.trunc(64); in signedHexLiteral()