Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp2283 unsigned NumOpers = Node->getNumOperands(); in UnrollStrictFPOp() local
2306 for (unsigned j = 1; j < NumOpers; ++j) { in UnrollStrictFPOp()
H A DLegalizeVectorTypes.cpp320 unsigned NumOpers = N->getNumOperands(); in ScalarizeVecRes_StrictFPOp() local
325 SmallVector<SDValue, 4> Opers(NumOpers); in ScalarizeVecRes_StrictFPOp()
331 for (unsigned i = 1; i < NumOpers; ++i) { in ScalarizeVecRes_StrictFPOp()
5240 unsigned NumOpers = N->getNumOperands(); in WidenVecRes_StrictFP() local
5270 for (unsigned i = 1; i < NumOpers; ++i) { in WidenVecRes_StrictFP()
5299 for (unsigned i = 0; i < NumOpers; ++i) { in WidenVecRes_StrictFP()
5329 for (unsigned i = 0; i < NumOpers; ++i) { in WidenVecRes_StrictFP()