Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1526 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1245 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op1); in LegalizeOp()
1267 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op2); in LegalizeOp()
H A DSelectionDAG.cpp2198 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG
11142 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()