Searched refs:RangeSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Fuzzer/
H A DFuzzerDFSan.cpp229 size_t RangeSize = CSI.LR.End - CSI.LR.Beg; local
230 size_t Idx = CSI.LR.Beg + rand() % RangeSize;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp833 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; local
852 HiOverflow = AddWithOverflow(HiBound, LoBound, RangeSize, false);
858 LoBound = ConstantExpr::getNeg(SubOne(RangeSize));
859 HiBound = RangeSize;
864 HiOverflow = AddWithOverflow(HiBound, Prod, RangeSize, true);
870 ConstantInt *DivNeg =cast<ConstantInt>(ConstantExpr::getNeg(RangeSize));
876 RangeSize = cast<ConstantInt>(ConstantExpr::getNeg(RangeSize));
879 LoBound = AddOne(RangeSize);
880 HiBound = cast<ConstantInt>(ConstantExpr::getNeg(RangeSize));
[all...]

Completed in 1663 milliseconds