Home | History | Annotate | Download | only in llvm-stress

Lines Matching refs:getScalarType

185         TempValues.push_back(getRandomConstant(VTp->getScalarType()));
333 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
367 case 0: if (Ty->getScalarType()->isIntegerTy())
369 case 1: if (Ty->getScalarType()->isIntegerTy())
462 Value *Val1 = getRandomValue(Val0->getType()->getScalarType());
498 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits();
499 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits();
508 if (VTy->getScalarType()->isIntegerTy() &&
509 DestTy->getScalarType()->isIntegerTy()) {
523 if (VTy->getScalarType()->isFloatingPointTy() &&
524 DestTy->getScalarType()->isIntegerTy()) {
532 if (VTy->getScalarType()->isIntegerTy() &&
533 DestTy->getScalarType()->isFloatingPointTy()) {
542 if (VTy->getScalarType()->isFloatingPointTy() &&
543 DestTy->getScalarType()->isFloatingPointTy()) {
591 bool fp = Val0->getType()->getScalarType()->isFloatingPointTy();