Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4759 bool ValueFits = isUInt<15>(InVal.getSExtValue()); in simplifyToLI() local
4760 ValueFits |= ((Opc == PPC::RLWINM_rec || Opc == PPC::RLWINM8_rec) && in simplifyToLI()
4762 if (ValueFits) { in simplifyToLI()