Home | History | Annotate | Download | only in Scalar

Lines Matching defs:ScalarTy

2258     Type *ScalarTy = AllocaTy->getScalarType();
2273 !DL.isLegalInteger(DL.getTypeSizeInBits(ScalarTy)) ||
2274 DL.getTypeSizeInBits(ScalarTy)%8 != 0)) {
2294 assert(ElementTy == ScalarTy);
2336 V = getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ScalarTy) / 8);