Home
last modified time | relevance | path

Searched defs:Remainder (Results 1 – 17 of 17) 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
411 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
DBypassSlowDivision.cpp40 PHINode *Remainder; member
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp216 int64_t Remainder = FrameSize - Base; in makeFrame() local
240 int64_t Remainder = FrameSize - Base; in restoreFrame() 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.cpp1663 APInt *Quotient, APInt *Remainder) in divide()
1919 APInt Remainder(1,0); in urem() local
1936 APInt &Quotient, APInt &Remainder) { in udivrem()
1988 APInt &Quotient, APInt &Remainder) { in sdivrem()
/external/llvm/include/llvm/ADT/
DBitVector.h143 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp228 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant()
418 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
DDependenceAnalysis.cpp1121 APInt Remainder = ConstDelta; in strongSIVtest() local
1313 APInt Remainder = APDelta; in weakCrossingSIVtest() local
2370 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
DScalarEvolution.cpp916 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3190 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() local
3200 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local
3224 const SCEV *Remainder = in CollectSubexprs() local
3241 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp105 APInt Remainder(C1.getBitWidth(), /*Val=*/0ULL, IsSigned); in IsMultiple() local
DInstructionCombining.cpp1054 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp599 unsigned Remainder = 0; in SelectInt64CountDirect() local
687 unsigned Remainder = 0; in SelectInt64Direct() local
DPPCFastISel.cpp2025 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1783 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local