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

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerConstExpr.cpp 134 auto ReplInst = CE->getAsInstruction();
135 ReplInst->insertBefore(static_cast<Instruction*>(FBegin->begin()));
136 SPIRVDBG(dbgs() << " -> " << *ReplInst << '\n';)
137 WorkList.push_front(ReplInst);
150 User->replaceUsesOfWith(CE, ReplInst);
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 315 milliseconds