Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DLegalizeVectorOps.cpp1955 unsigned NumOpers = Node->getNumOperands(); in UnrollStrictFPOp() local
1978 for (unsigned j = 1; j < NumOpers; ++j) { in UnrollStrictFPOp()
H A DLegalizeVectorTypes.cpp308 unsigned NumOpers = N->getNumOperands(); in ScalarizeVecRes_StrictFPOp() local
313 SmallVector<SDValue, 4> Opers(NumOpers); in ScalarizeVecRes_StrictFPOp()
319 for (unsigned i = 1; i < NumOpers; ++i) { in ScalarizeVecRes_StrictFPOp()
4847 unsigned NumOpers = N->getNumOperands(); in WidenVecRes_StrictFP() local
4877 for (unsigned i = 1; i < NumOpers; ++i) { in WidenVecRes_StrictFP()
4906 for (unsigned i = 0; i < NumOpers; ++i) { in WidenVecRes_StrictFP()
4937 for (unsigned i = 0; i < NumOpers; ++i) { in WidenVecRes_StrictFP()