Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp2907 bool ValueFits = isUInt<15>(InVal.getSExtValue()); in convertToImmediateForm() local
2908 ValueFits |= ((Opc == PPC::RLWINM_rec || Opc == PPC::RLWINM8_rec) && in convertToImmediateForm()
2910 if (ValueFits) { in convertToImmediateForm()