Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2183 getValidShiftAmountRange(SDValue V, const APInt &DemandedElts,
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3014 SelectionDAG::getValidShiftAmountRange(SDValue V, const APInt &DemandedElts, in getValidShiftAmountRange() function in SelectionDAG
3069 getValidShiftAmountRange(V, DemandedElts, Depth)) in getValidShiftAmount()
3091 getValidShiftAmountRange(V, DemandedElts, Depth)) in getValidMinimumShiftAmount()
3112 getValidShiftAmountRange(V, DemandedElts, Depth)) in getValidMaximumShiftAmount()
4620 getValidShiftAmountRange(Op, DemandedElts, Depth + 1)) { in ComputeNumSignBits()