Home | History | Annotate | Download | only in VMCore

Lines Matching defs:ScalarTy

125   Type *ScalarTy = Ty->getScalarType();
131 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
538 Type *ScalarTy = Ty->getScalarType();
539 if (ScalarTy->isFloatingPointTy()) {
540 Constant *C = getNegativeZero(ScalarTy);