Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2344 getValidShiftAmountRange(SDValue V, const APInt &DemandedElts,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3261 SelectionDAG::getValidShiftAmountRange(SDValue V, const APInt &DemandedElts, in getValidShiftAmountRange() function in SelectionDAG
3316 getValidShiftAmountRange(V, DemandedElts, Depth)) in getValidShiftAmount()
3338 getValidShiftAmountRange(V, DemandedElts, Depth)) in getValidMinimumShiftAmount()
3359 getValidShiftAmountRange(V, DemandedElts, Depth)) in getValidMaximumShiftAmount()
4891 getValidShiftAmountRange(Op, DemandedElts, Depth + 1)) { in ComputeNumSignBits()