Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h270 bool needsTwoConstNR() const { return NeedsTwoConstNR; } in needsTwoConstNR() function
H A DPPCISelLowering.cpp12728 UseOneConstNR = !Subtarget.needsTwoConstNR(); in getSqrtEstimate()