|
LLVM
3.7.0
|
#include "llvm/ADT/StringRef.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Target/TargetRecip.h"#include <map>Go to the source code of this file.
Functions | |
| static bool | parseRefinementStep (const StringRef &In, size_t &Position, uint8_t &Value) |
Variables | |
| static const char * | RecipOps [] |
Definition at line 49 of file TargetRecip.cpp.
References llvm::StringRef::find(), llvm::StringRef::npos, llvm::report_fatal_error(), llvm::StringRef::size(), and llvm::StringRef::substr().
|
static |
Definition at line 29 of file TargetRecip.cpp.
Referenced by llvm::TargetRecip::TargetRecip().
1.8.6