retdec
|
Intel compiler instruction idioms. More...
#include <idioms_intel.h>
Friends | |
class | IdiomsAnalysis |
Additional Inherited Members | |
![]() | |
IdiomsAbstract () | |
void | init (llvm::Module *M, CC_compiler cc, CC_arch arch) |
CC_compiler | getCompiler () const |
CC_arch | getArch () const |
llvm::Module * | getModule () const |
virtual bool | doAnalysis (llvm::Function &, llvm::Pass *)=0 |
virtual | ~IdiomsAbstract ()=default |
bool | findBranchDependingOn (llvm::BranchInst **br, llvm::BasicBlock &bb, const llvm::Value *val) const |
![]() | |
static void | eraseInstFromBasicBlock (llvm::Value *val, llvm::BasicBlock *bb) |
static bool | isPowerOfTwo (unsigned x) |
static bool | isPowerOfTwoRepresentable (const llvm::ConstantInt *cnst) |
Intel compiler instruction idioms.
|
friend |