Home
last modified time | relevance | path

Searched refs:getValidShiftAmountConstant (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1691 TLO.DAG.getValidShiftAmountConstant(Op, DemandedElts)) { in SimplifyDemandedBits()
1703 TLO.DAG.getValidShiftAmountConstant(Op0, DemandedElts)) { in SimplifyDemandedBits()
1743 TLO.DAG.getValidShiftAmountConstant(InnerOp, DemandedElts)) { in SimplifyDemandedBits()
1831 TLO.DAG.getValidShiftAmountConstant(Op, DemandedElts)) { in SimplifyDemandedBits()
1843 TLO.DAG.getValidShiftAmountConstant(Op0, DemandedElts)) { in SimplifyDemandedBits()
1912 TLO.DAG.getValidShiftAmountConstant(Op, DemandedElts)) { in SimplifyDemandedBits()
2392 TLO.DAG.getValidShiftAmountConstant(Src, DemandedElts); in SimplifyDemandedBits()
H A DSelectionDAG.cpp2857 SelectionDAG::getValidShiftAmountConstant(SDValue V, in getValidShiftAmountConstant() function in SelectionDAG
2877 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMinimumShiftAmountConstant()
2906 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMaximumShiftAmountConstant()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2136 const APInt *getValidShiftAmountConstant(SDValue V,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51625 if (const APInt *ShAmt = DAG.getValidShiftAmountConstant( in combineVectorSignBitsTruncation()