Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp30 const uint8_t *Remainder = reinterpret_cast<const uint8_t *>(Longs.end()); in hashStringV1() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp86 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local
365 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
384 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
H A DBypassSlowDivision.cpp46 Value *Remainder; member
58 Value *Remainder = nullptr; member
H A DScalarEvolutionExpander.cpp294 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant()
485 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h66 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp230 int64_t Remainder = FrameSize - Base; in makeFrame() local
254 int64_t Remainder = FrameSize - Base; in restoreFrame() local
/openbsd/gnu/llvm/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp202 int Remainder = DigitCount % DigitsPerGroup; in format() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1449 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1697 APInt Remainder(BitWidth, 0); in urem() local
1729 uint64_t Remainder; in urem() local
1757 APInt &Quotient, APInt &Remainder) { in udivrem()
1828 uint64_t &Remainder) { in udivrem()
1889 APInt &Quotient, APInt &Remainder) { in sdivrem()
1907 APInt &Quotient, int64_t &Remainder) { in sdivrem()
H A DSHA1.cpp213 const size_t Remainder = std::min<size_t>( in update() local
H A DSHA256.cpp192 const size_t Remainder = std::min<size_t>( in update() local
H A DScaledNumber.cpp70 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp57 const SCEV **Remainder) { in divide()
H A DDependenceAnalysis.cpp1271 APInt Remainder = ConstDelta; in strongSIVtest() local
1459 APInt Remainder = APDelta; in weakCrossingSIVtest() local
2481 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp449 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp620 StringRef Remainder = Str; in parseMode() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DBitVector.h174 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp341 llvm::StringRef Remainder; in DiskFilesOrDirectories() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp910 unsigned Remainder = cast<SCEVConstant>(BucketChain.Elements[j].Offset) in prepareBaseForDispFormChain() local
H A DPPCFastISel.cpp2152 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3610 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() local
3620 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local
3644 const SCEV *Remainder = in CollectSubexprs() local
3691 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp861 APInt Remainder(C1.getBitWidth(), /*val=*/0ULL, IsSigned); in isMultiple() local
H A DInstructionCombining.cpp1462 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1173 SDValue Remainder = DAG.getNode(ISD::AND, DL, PtrVT, {Ptr, Const3}); in prepareTS1AM() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4722 int64_t Remainder = Offset % Scale; in isAArch64FrameOffsetLegal() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp6693 APInt Size, Remainder; in HandleOperatorNewCall() local
9417 uint64_t Remainder; in VisitBuiltinCallExpr() local

12