HomeSort by: relevance | last modified time | path
    Searched refs:NewCase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 2023 Init *NewCase = Case->resolveReferences(R);
2024 NewConds.push_back(NewCase);
2025 Changed |= NewCase != Case;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 2947 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS);
2948 assert(isa<ConstantInt>(NewCase) &&
2950 Case.setValue(cast<ConstantInt>(NewCase));

Completed in 51 milliseconds