Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp38 struct DivPhiNodes { struct
39 PHINode *Quotient;
40 PHINode *Remainder;
42 DivPhiNodes(PHINode *InQuotient, PHINode *InRemainder) in DivPhiNodes() function