LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::DivRemMapKey Struct Reference

#include "llvm/Transforms/Utils/BypassSlowDivision.h"

Collaboration diagram for llvm::DivRemMapKey:
Collaboration graph
[legend]

Public Member Functions

 DivRemMapKey (bool InSignedOp, Value *InDividend, Value *InDivisor)
 

Public Attributes

bool SignedOp
 
ValueDividend
 
ValueDivisor
 

Detailed Description

Definition at line 30 of file BypassSlowDivision.h.

Constructor & Destructor Documentation

◆ DivRemMapKey()

llvm::DivRemMapKey::DivRemMapKey ( bool  InSignedOp,
Value InDividend,
Value InDivisor 
)
inline

Member Data Documentation

◆ Dividend

Value* llvm::DivRemMapKey::Dividend

◆ Divisor

Value* llvm::DivRemMapKey::Divisor

◆ SignedOp

bool llvm::DivRemMapKey::SignedOp

The documentation for this struct was generated from the following file: