Home | History | Annotate | Download | only in Scalar

Lines Matching defs:ScalarTy

2409     Type *ScalarTy = AllocaTy->getScalarType();
2417 !DL.isLegalInteger(DL.getTypeSizeInBits(ScalarTy)) ||
2418 DL.getTypeSizeInBits(ScalarTy)%8 != 0)) {
2438 assert(ElementTy == ScalarTy);
2480 V = getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ScalarTy) / 8);