Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1126 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1168 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op1); in LegalizeOp()
1190 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op2); in LegalizeOp()
H A DSelectionDAG.cpp1865 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG
8956 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()