Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp551 unsigned WideBits = WideVT.getSizeInBits(); in ExpandLoad() local
556 if (BitOffset < WideBits) { in ExpandLoad()
563 if (BitOffset >= WideBits) { in ExpandLoad()
565 BitOffset -= WideBits; in ExpandLoad()
586 ShAmt = DAG.getConstant(WideBits - SrcEltBits, in ExpandLoad()