Searched refs:NewCase (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2809 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); local
2810 assert(isa<ConstantInt>(NewCase) &&
2812 Case.setValue(cast<ConstantInt>(NewCase));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1842 Init *NewCase = Case->resolveReferences(R);
1843 NewConds.push_back(NewCase);
1844 Changed |= NewCase != Case;

Completed in 70 milliseconds