Searched refs:Is64BitLI (Results 1 – 1 of 1) sorted by relevance
2405 bool Is64BitLI = false; in convertToImmediateForm() local2479 Is64BitLI = Opc == PPC::ADDI8; in convertToImmediateForm()2503 Is64BitLI = Opc != PPC::RLDICL_32; in convertToImmediateForm()2530 Is64BitLI = Opc == PPC::RLWINM8 || Opc == PPC::RLWINM8o; in convertToImmediateForm()2549 Is64BitLI = Opc == PPC::ORI8 || Opc == PPC::XORI8; in convertToImmediateForm()2591 LII.Is64Bit = Is64BitLI; in convertToImmediateForm()