HomeSort by relevance Sort by last modified time
    Searched defs:SrcEltBits (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 569 unsigned SrcEltBits = SrcEltVT.getSizeInBits();
570 SDValue SrcEltBitMask = DAG.getConstant((1U << SrcEltBits) - 1, dl, WideVT);
586 BitOffset += SrcEltBits;
592 SrcEltBits - BitOffset, dl,
612 DAG.getConstant(WideBits - SrcEltBits, dl,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 627 unsigned SrcEltBits = SrcEltVT.getSizeInBits();
628 SDValue SrcEltBitMask = DAG.getConstant((1U << SrcEltBits) - 1, dl, WideVT);
644 BitOffset += SrcEltBits;
650 SrcEltBits - BitOffset, dl,
670 DAG.getConstant(WideBits - SrcEltBits, dl,
    [all...]

Completed in 185 milliseconds