Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp114 bool tryDeserializeIntegerOperand(StringRef String, int64_t &Value) { in tryDeserializeIntegerOperand() function
148 if (tryDeserializeIntegerOperand(String, IntValue)) in deserializeMCOperand()