Home | History | Annotate | Download | only in Scalar

Lines Matching defs:RType

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