Searched refs:UseSExt (Results 1 – 1 of 1) sorted by relevance
167 unsigned PPCMaterializeInt(const Constant *C, MVT VT, bool UseSExt = true);2089 bool UseSExt) { in PPCMaterializeInt() argument2113 .addImm( (UseSExt) ? CI->getSExtValue() : CI->getZExtValue() ); in PPCMaterializeInt()