Searched refs:getValidMaximumShiftAmount (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 2210 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 D | SelectionDAG.cpp | 3106 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 D | TargetLowering.cpp | 800 DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyMultipleUseDemandedBits() 1918 TLO.DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyDemandedBits()
|