Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; enumerator
/openbsd-src/gnu/gcc/gcc/
H A Dcfg.c77 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) macro
H A Dcfgloopmanip.c52 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) macro