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

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 329 ConstantInt *CaseValue = I.getCaseValue();
330 BasicBlock *LCase = LCases[CaseValue];
333 LCases.erase(CaseValue);
336 Engine.logf("right switch has extra case %r") << CaseValue;
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 170 milliseconds