Home
last modified time | relevance | path

Searched refs:UseSExt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp173 bool UseSExt = true);
2208 bool UseSExt) { in PPCMaterializeInt() argument
2224 int64_t Imm = UseSExt ? CI->getSExtValue() : CI->getZExtValue(); in PPCMaterializeInt()