Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2525 bool ValueFits = isUInt<15>(InVal.getSExtValue()); in convertToImmediateForm() local
2526 ValueFits |= ((Opc == PPC::RLWINMo || Opc == PPC::RLWINM8o) && in convertToImmediateForm()
2528 if (ValueFits) { in convertToImmediateForm()