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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 521 unsigned RoundWidth = 1 << Log2_32(StWidth);
522 assert(RoundWidth < StWidth);
523 unsigned ExtraWidth = StWidth - RoundWidth;
524 assert(ExtraWidth < RoundWidth);
525 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) &&
527 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
534 // Store the bottom RoundWidth bits.
541 IncrementSize = RoundWidth / 8;
547 DAG.getConstant(RoundWidth, dl,
556 // Store the top RoundWidth bits
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 333 milliseconds