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

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 95 Value *NewInRHS = InInst->getOperand(1);
96 NewRHS->addIncoming(NewInRHS, PN.getIncomingBlock(i));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 107 Value *NewInRHS = InInst->getOperand(1);
108 NewRHS->addIncoming(NewInRHS, PN.getIncomingBlock(i));
    [all...]

Completed in 119 milliseconds