Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp172 bool UseSExt = true);
2207 bool UseSExt) { in PPCMaterializeInt() argument
2223 int64_t Imm = UseSExt ? CI->getSExtValue() : CI->getZExtValue(); in PPCMaterializeInt()