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

  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 100 OS << Case.getCaseValue()->getValue();
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 223 ConstantInt *Case = CI.getCaseValue();
LoopUnswitch.cpp 468 Constant *UnswitchValCandidate = i.getCaseValue();
603 ConstantInt *CaseVal = i.getCaseValue();
    [all...]
SCCP.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 493 Cases.push_back(ValueEqualityComparisonCase(i.getCaseValue(),
630 if (DeadCases.count(i.getCaseValue())) {
    [all...]
Local.cpp 119 if (i.getCaseValue() == CI) {
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 853 ConstantRange EdgeVal(i.getCaseValue()->getValue());
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 89 milliseconds