Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1588 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1267 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op1); in LegalizeOp()
1289 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op2); in LegalizeOp()
H A DSelectionDAG.cpp2406 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG
12458 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31418 DAG.getShiftAmountOperand(MVT::i64, Op)); in LowerCTPOP()