reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2206 TII.get(CI->isZero() ? PPC::CRUNSET : PPC::CRSET), ImmReg); 2216 int64_t Imm = UseSExt ? CI->getSExtValue() : CI->getZExtValue(); 2216 int64_t Imm = UseSExt ? CI->getSExtValue() : CI->getZExtValue();