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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp447 unsigned SrcEltBits = SrcEltVT.getSizeInBits(); local
448 SDValue SrcEltBitMask = DAG.getConstant((1U << SrcEltBits) - 1, WideVT);
463 BitOffset += SrcEltBits;
468 ShAmt = DAG.getConstant(SrcEltBits - Offset,
487 ShAmt = DAG.getConstant(WideBits - SrcEltBits,

Completed in 54 milliseconds