Home | History | Annotate | Download | only in Scalar

Lines Matching defs:RType

2478   Type *RType = RVal->getType();
2479 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy());