Searched refs:IsSExtInst (Results 1 – 1 of 1) sorted by relevance
126 bool IsSExtInst = isa<SExtInst>(J); in getSourceExtensionKind() local127 if (!Cast || !Cast->hasOneUse() || !(isa<ZExtInst>(J) || IsSExtInst)) in getSourceExtensionKind()138 if (IsSigned != IsSExtInst) in getSourceExtensionKind()142 IsSigned = IsSExtInst; in getSourceExtensionKind()