| /external/llvm/unittests/Transforms/Utils/ | 
| D | IntegerDivision.cpp | 101   Value *Rem = Builder.CreateSRem(A, B);  in TEST()  local131   Value *Rem = Builder.CreateURem(A, B);  in TEST()  local
 222   Value *Rem = Builder.CreateSRem(A, B);  in TEST()  local
 252   Value *Rem = Builder.CreateURem(A, B);  in TEST()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | IntegerDivision.cpp | 375 bool llvm::expandRemainder(BinaryOperator *Rem) {  in expandRemainder()485 bool llvm::expandRemainderUpTo32Bits(BinaryOperator *Rem) {  in expandRemainderUpTo32Bits()
 534 bool llvm::expandRemainderUpTo64Bits(BinaryOperator *Rem) {  in expandRemainderUpTo64Bits()
 
 | 
| D | SimplifyIndVar.cpp | 320 void SimplifyIndvar::replaceSRemWithURem(BinaryOperator *Rem) {  in replaceSRemWithURem()332 void SimplifyIndvar::replaceRemWithNumerator(BinaryOperator *Rem) {  in replaceRemWithNumerator()
 341 void SimplifyIndvar::replaceRemWithNumeratorOrZero(BinaryOperator *Rem) {  in replaceRemWithNumeratorOrZero()
 356 void SimplifyIndvar::simplifyIVRemainder(BinaryOperator *Rem, Value *IVOperand,  in simplifyIVRemainder()
 
 | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | IntegerDivision.cpp | 376 bool llvm::expandRemainder(BinaryOperator *Rem) {  in expandRemainder()486 bool llvm::expandRemainderUpTo32Bits(BinaryOperator *Rem) {  in expandRemainderUpTo32Bits()
 535 bool llvm::expandRemainderUpTo64Bits(BinaryOperator *Rem) {  in expandRemainderUpTo64Bits()
 
 | 
| D | SimplifyIndVar.cpp | 270 void SimplifyIndvar::eliminateIVRemainder(BinaryOperator *Rem,  in eliminateIVRemainder()429   if (BinaryOperator *Rem = dyn_cast<BinaryOperator>(UseInst)) {  in eliminateIVUser()  local
 
 | 
| /external/llvm/lib/Support/ | 
| D | BranchProbability.cpp | 93   uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32;  in scale()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | BranchProbability.cpp | 91   uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32;  in scale()  local
 | 
| D | APInt.cpp | 2825     APInt Quo, Rem;  in RoundingUDiv()  local2840     APInt Quo, Rem;  in RoundingSDiv()  local
 3006   APInt Rem;  in SolveQuadraticEquationWrap()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUPrintfRuntimeBinding.cpp | 261                 size_t Rem = SizeStr % DWORD_ALIGN;  in lowerPrintfForGpu()  local449             size_t Rem = SizeStr % DWORD_ALIGN;  in lowerPrintfForGpu()  local
 
 | 
| D | AMDGPUCodeGenPrepare.cpp | 724     Value *Rem = Builder.CreateMul(Div, Den);  in expandDivRem24()  local870     Value *Rem = Builder.CreateSelect(Tmp1_0_CC, Remainder, Remainder_S_Den);  in expandDivRem32()  local
 
 | 
| /external/rust/crates/num-bigint/src/biguint/ | 
| D | division.rs | 478 impl<'a, 'b> Rem<&'b BigUint> for &'a BigUint {  impl504 impl<'a> Rem<u32> for &'a BigUint {  impl
 
 | 
| /external/llvm/lib/CodeGen/ | 
| D | TargetSchedule.cpp | 41     unsigned Rem = Dividend % Divisor;  in gcd()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | TargetSchedule.cpp | 50     unsigned Rem = Dividend % Divisor;  in gcd()  local
 | 
| /external/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/ | 
| D | SEGGER_RTT.c | 398   unsigned Rem;  in _WriteNoCheck()  local753   unsigned              Rem;  in SEGGER_RTT_WriteSkipNoLock()  local
 
 | 
| /external/llvm/include/llvm/CodeGen/ | 
| D | MachineScheduler.h | 582   SchedRemainder *Rem;  variable863   SchedRemainder Rem;  variable
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | MachineScheduler.h | 615   SchedRemainder *Rem = nullptr;  variable897   SchedRemainder Rem;  variable
 
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineShifts.cpp | 49     Value *Rem = Builder->CreateAnd(A, ConstantInt::get(I.getType(), *B-1),  in commonShiftTransforms()  local
 | 
| D | InstCombineSimplifyDemanded.cpp | 674     if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) {  in SimplifyDemandedUseBits()  local
 | 
| /external/rust/crates/num-bigint/src/bigint/ | 
| D | division.rs | 238 impl<'a, 'b> Rem<&'b BigInt> for &'a BigInt {  impl
 | 
| /external/llvm/lib/MC/ | 
| D | WinCOFFObjectWriter.cpp | 456     unsigned Rem = Value % 64;  in encodeBase64StringEntry()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ | 
| D | WinCOFFObjectWriter.cpp | 439     unsigned Rem = Value % 64;  in encodeBase64StringEntry()  local
 | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUISelLowering.cpp | 1316   SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS);  in LowerDIVREM24()  local1514   SDValue Rem = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, DL, VT),  in LowerUDIVREM()  local
 1572   SDValue Rem = Div.getValue(1);  in LowerSDIVREM()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSimplifyDemanded.cpp | 631     if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) {  in SimplifyDemandedUseBits()  local
 | 
| D | InstCombineShifts.cpp | 409     Value *Rem = Builder.CreateAnd(A, ConstantInt::get(I.getType(), *B - 1),  in commonShiftTransforms()  local
 | 
| /external/rust/crates/half/src/ | 
| D | bfloat.rs | 1207 impl Rem<&bf16> for &bf16 {  impl1216 impl Rem<bf16> for &bf16 {  impl
 
 |