Home
last modified time | relevance | path

Searched defs:CaseValue (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h166 Value *CaseValue, SwitchInst *SI) in PredicateSwitch()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h182 Value *CaseValue, SwitchInst *SI) in PredicateSwitch()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h91 CaseValue, enumerator
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp325 ConstantInt *CaseValue = I.getCaseValue(); in diff() local
/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp341 ConstantInt *CaseValue = Case.getCaseValue(); in diff() local
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp546 uint64_t CaseValue = I.getCaseValue()->getSExtValue(); in convertSwitchInstruction() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp663 const APInt &CaseValue = Case.getCaseValue()->getValue(); in getFeasibleSuccessors() local
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1389 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1476 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4075 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding()
4114 ConstantInt *CaseValue = I.getCaseValue(); in ForwardSwitchConditionToPHI() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4576 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding()
4614 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4730 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding()
4768 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp409 ConstantInt *CaseValue = Case.getCaseValue(); in buildConditionSets() local
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2295 using CaseValue = Scalar<ConstantExpr>; variable