Lines Matching defs:STy
1199 Type *STy = Val->getType()->getScalarType();
1200 assert((STy->isIntegerTy() || STy->isFloatingPointTy()) &&
1202 assert(Step->getType() == STy && "Step has wrong type");
1208 if (STy->isFloatingPointTy()) {
1210 IntegerType::get(STy->getContext(), STy->getScalarSizeInBits());
1218 if (STy->isIntegerTy()) {
2488 Type *STy = CanonicalIV->getType();
2495 Value *VStep = createStepForVF(Builder, STy, VF, Part);