Searched defs:Remainder (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/Transforms/Utils/
H A DIntegerDivision.cpp108 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); local
138 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); local
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtest_get_wstr.c67 Remainder(WINDOW *txtwin) function
H A Dtest_getstr.c68 Remainder(WINDOW *txtwin) function
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp39 PHINode *Remainder; member in struct:__anon10645::DivPhiNodes
H A DIntegerDivision.cpp76 Value *Remainder = Builder.CreateSub(Dividend, Product); local
343 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), local
358 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), local
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex
H A Dtommath.tex
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp764 unsigned Remainder = 0; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolutionExpander.cpp274 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0); local
425 const SCEV *Remainder = SE.getConstant(Ty, 0); local
211 FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, const SCEV *Factor, ScalarEvolution &SE, const TargetData *TD) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3036 const SCEV *Remainder = CollectSubexprs(*I, C, Ops, L, SE, Depth+1); local
3046 const SCEV *Remainder = CollectSubexprs(AR->getStart(), local
3070 const SCEV *Remainder = local
3092 const SCEV *Remainder = CollectSubexprs(BaseReg, 0, AddOps, L, SE); local
[all...]

Completed in 120 milliseconds