Searched refs:HalfWord (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp716 SDValue HalfWord = DAG.getConstant(BW/2, VT); local
728 SDValue HI = DAG.getNode(ISD::SRL, DL, VT, Op.getOperand(0), HalfWord);

Completed in 59 milliseconds