reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-stress/llvm-stress.cpp
  206     return PT->at(getRandom() % PT->size());
  211       if (getRandom() & 1)
  215       if (getRandom() & 1)
  224     unsigned index = getRandom();
  233       if (getRandom() & 1)
  237       if (getRandom() & 1)
  257     unsigned index = getRandom();
  268     unsigned index = getRandom();
  279     return (getRandom() & 1) ? pickVectorType() : pickScalarType();
  293     unsigned width = 1<<((getRandom() % 3) + (getRandom() % 3));
  293     unsigned width = 1<<((getRandom() % 3) + (getRandom() % 3));
  323     return ScalarTypes[getRandom() % ScalarTypes.size()];
  390     unsigned R = getRandom() % (isFloat ? 7 : 13);
  423       switch (getRandom() % 2) {
  442       if (getRandom() & 1)
  448       switch (getRandom() % 7) {
  460         PT->push_back(ConstantInt::get(Ty, getRandom()));
  486              getRandom() % cast<VectorType>(Val0->getType())->getNumElements()),
  505       Constant *CI = ConstantInt::get(I32, getRandom() % (Width*2));
  507       if (!(getRandom() % 5))
  530               getRandom() % cast<VectorType>(Val0->getType())->getNumElements()),
  566     if ((getRandom() & 1) && VSize == DestSize) {
  578         if (getRandom() & 1)
  587       if (getRandom() & 1)
  595       if (getRandom() & 1)
  629     if (Val0->getType()->isVectorTy() && (getRandom() % 1)) {
  653       op = getRandom() %
  657       op = getRandom() %