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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6476 unsigned EltBitSize = VT.getVectorElementType().getSizeInBits(); local
6481 unsigned BitPos = j * EltBitSize;
6484 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize);
6486 SplatValue |= CN->getAPIntValue().zextOrTrunc(EltBitSize).

Completed in 135 milliseconds