Home
last modified time | relevance | path

Searched refs:NumOpers (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1573 unsigned NumOpers = Node->getNumOperands(); in UnrollStrictFPOp() local
1596 for (unsigned j = 1; j < NumOpers; ++j) { in UnrollStrictFPOp()
H A DLegalizeVectorTypes.cpp224 unsigned NumOpers = N->getNumOperands(); in ScalarizeVecRes_StrictFPOp() local
229 SmallVector<SDValue, 4> Opers(NumOpers); in ScalarizeVecRes_StrictFPOp()
235 for (unsigned i = 1; i < NumOpers; ++i) { in ScalarizeVecRes_StrictFPOp()
4102 unsigned NumOpers = N->getNumOperands(); in WidenVecRes_StrictFP() local
4132 for (unsigned i = 1; i < NumOpers; ++i) { in WidenVecRes_StrictFP()
4153 for (unsigned i = 0; i < NumOpers; ++i) { in WidenVecRes_StrictFP()
4179 for (unsigned i = 0; i < NumOpers; ++i) { in WidenVecRes_StrictFP()