Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp361 SDValue ScalarLHS, ScalarRHS; in ScalarizeVecRes_OverflowOp() local
363 ScalarLHS = GetScalarizedVector(N->getOperand(0)); in ScalarizeVecRes_OverflowOp()
369 ScalarLHS = ElemsLHS[0]; in ScalarizeVecRes_OverflowOp()
376 N->getOpcode(), DL, ScalarVTs, ScalarLHS, ScalarRHS).getNode(); in ScalarizeVecRes_OverflowOp()