HomeSort by: relevance | last modified time | path
    Searched refs:NumEltBits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 13643 unsigned NumEltBits = VT.getScalarSizeInBits();
13661 int BitOffset = BroadcastIdx * NumEltBits;
13703 assert((BitOffset % NumEltBits) == 0 && "Illegal bit-offset");
13704 BroadcastIdx = BitOffset / NumEltBits;
13707 bool BitCastSrc = V.getScalarValueSizeInBits() != NumEltBits;
13799 assert(V.getScalarValueSizeInBits() == NumEltBits &&
13814 unsigned NumSrcElts = V.getValueSizeInBits() / NumEltBits;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 4514 unsigned NumEltBits = VT.getScalarSizeInBits();
4517 ISD::SUB, DL, VT, DAG.getConstant(NumEltBits, DL, VT), LogBase2);

Completed in 66 milliseconds