Home
last modified time | relevance | path

Searched defs:DivOpInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp29 struct DivOpInfo { struct
30 bool SignedOp;
31 Value *Dividend;
32 Value *Divisor;
34 DivOpInfo(bool InSignedOp, Value *InDividend, Value *InDivisor) in DivOpInfo() argument