Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4709 bool ValueFits = isUInt<15>(InVal.getSExtValue()); in simplifyToLI() local
4710 ValueFits |= ((Opc == PPC::RLWINM_rec || Opc == PPC::RLWINM8_rec) && in simplifyToLI()
4712 if (ValueFits) { in simplifyToLI()