Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4460 bool Is64BitLI = false; in simplifyToLI() local
4538 Is64BitLI = Opc == PPC::ADDI8; in simplifyToLI()
4552 Is64BitLI = Opc == PPC::SUBFIC8; in simplifyToLI()
4576 Is64BitLI = Opc != PPC::RLDICL_32; in simplifyToLI()
4602 Is64BitLI = Opc == PPC::RLWINM8 || Opc == PPC::RLWINM8_rec; in simplifyToLI()
4621 Is64BitLI = Opc == PPC::ORI8 || Opc == PPC::XORI8; in simplifyToLI()
4662 LII.Is64Bit = Is64BitLI; in simplifyToLI()