Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2210 std::optional<uint64_t> getValidMaximumShiftAmount(SDValue V,
2216 std::optional<uint64_t> getValidMaximumShiftAmount(SDValue V,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3106 SelectionDAG::getValidMaximumShiftAmount(SDValue V, const APInt &DemandedElts, in getValidMaximumShiftAmount() function in SelectionDAG
3118 SelectionDAG::getValidMaximumShiftAmount(SDValue V, unsigned Depth) const { in getValidMaximumShiftAmount() function in SelectionDAG
3123 return getValidMaximumShiftAmount(V, DemandedElts, Depth); in getValidMaximumShiftAmount()
5321 !getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1); in canCreateUndefOrPoison()
H A DTargetLowering.cpp800 DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyMultipleUseDemandedBits()
1918 TLO.DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyDemandedBits()