Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp109 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
139 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
230 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
260 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp91 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local
394 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
409 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
DBypassSlowDivision.cpp40 PHINode *Remainder; member
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp217 int64_t Remainder = FrameSize - Base; in makeFrame() local
241 int64_t Remainder = FrameSize - Base; in restoreFrame() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp230 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp230 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local
/external/llvm/lib/Support/
DScaledNumber.cpp70 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
DAPInt.cpp1669 APInt *Quotient, APInt *Remainder) in divide()
1923 APInt Remainder(1,0); in urem() local
1940 APInt &Quotient, APInt &Remainder) { in udivrem()
1980 APInt &Quotient, APInt &Remainder) { in sdivrem()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp208 const SCEV *&Remainder, in FactorOutConstant()
270 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0); in FactorOutConstant() local
424 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
DDependenceAnalysis.cpp1052 APInt Remainder = ConstDelta; in strongSIVtest() local
1246 APInt Remainder = APDelta; in weakCrossingSIVtest() local
2303 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
DScalarEvolution.cpp7245 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/external/llvm/include/llvm/ADT/
DBitVector.h145 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/external/chromium_org/third_party/WebKit/Source/platform/
DDecimalTest.cpp913 TEST_F(DecimalTest, Remainder) in TEST_F() argument
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3218 const SCEV *Remainder = CollectSubexprs(*I, C, Ops, L, SE, Depth+1); in CollectSubexprs() local
3228 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local
3252 const SCEV *Remainder = in CollectSubexprs() local
3269 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp935 unsigned Remainder = 0; in Select() local
DPPCFastISel.cpp1955 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp992 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp1571 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local