Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2988 const APInt &VS0 = N0.getOperand(1)->getConstantOperandAPInt(0); in visitADD() local
2990 SDValue VS = DAG.getVScale(DL, VT, VS0 + VS1); in visitADD()