Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h160 Value *CaseValue;
164 Value *CaseValue, SwitchInst *SI) in PredicateSwitch() argument
167 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp341 ConstantInt *CaseValue = Case.getCaseValue(); in diff() local
342 BasicBlock *LCase = LCases[CaseValue]; in diff()
346 LCases.erase(CaseValue); in diff()
349 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp809 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}}; in getConstraint()
875 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
H A DSCCPSolver.cpp602 const APInt &CaseValue = Case.getCaseValue()->getValue(); in getFeasibleSuccessors() local
603 if (Range.contains(CaseValue)) in getFeasibleSuccessors()
H A DSimplifyCFG.cpp5085 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
5103 if (InValue != CaseValue) in FindPHIForConditionForwarding()
5123 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
5144 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && in ForwardSwitchConditionToPHI()
5153 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h91 CaseValue, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1362 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
1363 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal()
1368 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()