Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2510 SDValue ExponentShiftAmt = in expandLdexp() local
2515 ExponentShiftAmt, NUW_NSW); in expandLdexp()
2609 SDValue ExponentShiftAmt = in expandFrexp() local
2612 DAG.getNode(ISD::SRL, dl, AsIntVT, ScaledValue, ExponentShiftAmt); in expandFrexp()