Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h162 Value *CaseValue;
166 Value *CaseValue, SwitchInst *SI) in PredicateSwitch() argument
169 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp371 const ConstantInt *CaseValue = Case.getCaseValue(); in diff() local
372 const BasicBlock *LCase = LCases[CaseValue]; in diff()
376 LCases.erase(CaseValue); in diff()
379 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp49 case syntax::NodeRole::CaseValue: in operator <<()
238 findChild(syntax::NodeRole::CaseValue)); in getCaseValue()
H A DBuildTree.cpp1441 Builder.markExprChild(S->getLHS(), syntax::NodeRole::CaseValue); in WalkUpFromCaseStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp839 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}}; in getConstraint()
921 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
H A DSCCPSolver.cpp632 const APInt &CaseValue = Case.getCaseValue()->getValue(); in getFeasibleSuccessors() local
633 if (Range.contains(CaseValue)) in getFeasibleSuccessors()
H A DSimplifyCFG.cpp4960 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
4978 if (InValue != CaseValue) in FindPHIForConditionForwarding()
4998 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
5019 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && in ForwardSwitchConditionToPHI()
5028 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h91 CaseValue, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1381 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
1382 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal()
1387 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()