Searched refs:UseSExt (Results 1 – 1 of 1) sorted by relevance
164 bool UseSExt = true);2199 bool UseSExt) { in PPCMaterializeInt() argument2215 int64_t Imm = UseSExt ? CI->getSExtValue() : CI->getZExtValue(); in PPCMaterializeInt()