Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP7.td
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2989 const APInt &VS1 = N1->getConstantOperandAPInt(0); in visitADD() local
2990 SDValue VS = DAG.getVScale(DL, VT, VS0 + VS1); in visitADD()