Home
last modified time | relevance | path

Searched refs:NewCaseVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2123 Constant* NewCaseVal = ConstantExpr::getSub(LHS, AddRHS); in visitSwitchInst() local
2124 assert(isa<ConstantInt>(NewCaseVal) && in visitSwitchInst()
2126 i.setValue(cast<ConstantInt>(NewCaseVal)); in visitSwitchInst()