Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp114 bool tryDeserializeIntegerOperand(StringRef String, int64_t &Value) { in tryDeserializeIntegerOperand() function
148 if (tryDeserializeIntegerOperand(String, IntValue)) in deserializeMCOperand()