Searched refs:isLiveInSExt (Results 1 – 3 of 3) sorted by relevance
254 bool isLiveInSExt(Register VReg) const;
61 bool PPCFunctionInfo::isLiveInSExt(Register VReg) const { in isLiveInSExt() function in PPCFunctionInfo
5272 return SignExt ? FuncInfo->isLiveInSExt(VReg) : in isSignOrZeroExtended()