Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h165 Value *CaseValue, SwitchInst *SI) in PredicateSwitch()
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h86 CaseValue, enumerator
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp508 const ConstantInt *CaseValue = Case.getCaseValue(); in diff() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5745 FindPHIForConditionForwarding(ConstantInt * CaseValue,BasicBlock * BB,int * PhiIndex) FindPHIForConditionForwarding() argument
5783 ConstantInt *CaseValue = Case.getCaseValue(); ForwardSwitchConditionToPHI() local
7072 uint64_t CaseValue = Case.getCaseValue()->getValue().getZExtValue(); simplifySwitchOfPowersOfTwo() local
H A DSCCPSolver.cpp1119 const APInt &CaseValue = Case.getCaseValue()->getValue(); getFeasibleSuccessors() local
/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1441 APInt CaseValue = Case.getCaseValue()->getValue(); getEdgeValueLocal() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp406 ConstantInt *CaseValue = Case.getCaseValue(); in buildConditionSets() local
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h2376 using CaseValue = Scalar<ConstantExpr>; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7489 ConstantInt *CaseValue = Case.getCaseValue(); optimizeSwitchPhiConstants() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp3051 using CaseValue = Fortran::parser::Scalar<Fortran::parser::ConstantExpr>; genFIR() typedef