Searched refs:getValidShiftAmountConstant (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1438 TLO.DAG.getValidShiftAmountConstant(Op, DemandedElts)) { in SimplifyDemandedBits() 1450 TLO.DAG.getValidShiftAmountConstant(Op0, DemandedElts)) { in SimplifyDemandedBits() 1493 TLO.DAG.getValidShiftAmountConstant(InnerOp, DemandedElts)) { in SimplifyDemandedBits() 1546 TLO.DAG.getValidShiftAmountConstant(Op, DemandedElts)) { in SimplifyDemandedBits() 1558 TLO.DAG.getValidShiftAmountConstant(Op0, DemandedElts)) { in SimplifyDemandedBits() 1612 TLO.DAG.getValidShiftAmountConstant(Op, DemandedElts)) { in SimplifyDemandedBits() 2023 TLO.DAG.getValidShiftAmountConstant(Src, DemandedElts); in SimplifyDemandedBits()
|
| H A D | SelectionDAG.cpp | 2656 SelectionDAG::getValidShiftAmountConstant(SDValue V, in getValidShiftAmountConstant() function in SelectionDAG 2676 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMinimumShiftAmountConstant() 2705 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMaximumShiftAmountConstant()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1854 const APInt *getValidShiftAmountConstant(SDValue V,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 46928 if (const APInt *ShAmt = DAG.getValidShiftAmountConstant( in combineVectorSignBitsTruncation()
|