Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PhiTy

309     Type *PhiTy = PhiVar->getType();
310 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() &&
311 !PhiTy->isPointerTy())