Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp2989 const APInt &VS1 = N1->getConstantOperandAPInt(0); in visitADD() local
2990 SDValue VS = DAG.getVScale(DL, VT, VS0 + VS1); in visitADD()