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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 756 const Instruction *TheUser = LI->use_back();
757 while (TheUser != FoldInst && // Scan up until we find FoldInst.
759 TheUser->getParent() == FoldInst->getParent() &&
762 if (!TheUser->hasOneUse())
765 TheUser = TheUser->use_back();
770 if (TheUser != FoldInst)
    [all...]

Completed in 200 milliseconds