Lines Matching defs:SingleTy
375 QualType SingleTy;
388 SingleTy = LSym->getType();
391 // Initialize SingleTy later with a symbol's type.
393 SingleTy = ResultTy;
394 if (LSym->getType() != SingleTy)
401 assert(!SingleTy.isNull() && "We should have figured out the type by now!");
404 if (!SingleTy->isSignedIntegerOrEnumerationType())
408 if (!RSym || RSym->getType() != SingleTy)
415 if (!shouldRearrange(State, Op, LSym, LInt, SingleTy) ||
416 !shouldRearrange(State, Op, RSym, RInt, SingleTy))