Home
last modified time | relevance | path

Searched defs:CaseVal (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp481 const ConstantInt *CaseVal = CC.Low; sortAndRangeify() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5666 const APInt &CaseVal = Case.getCaseValue()->getValue(); eliminateDeadSwitchCases() local
5903 getCaseResults(SwitchInst * SI,ConstantInt * CaseVal,BasicBlock * CaseDest,BasicBlock ** CommonDest,SmallVectorImpl<std::pair<PHINode *,Constant * >> & Res,const DataLayout & DL,const TargetTransformInfo & TTI) getCaseResults() argument
5974 mapCaseToResult(ConstantInt * CaseVal,SwitchCaseResultVectorTy & UniqueResults,Constant * Result) mapCaseToResult() argument
6000 ConstantInt *CaseVal = I.getCaseValue(); initializeUniqueCases() local
6263 ConstantInt *CaseVal = Values[I].first; SwitchLookupTable() local
6680 ConstantInt *CaseVal = CI->getCaseValue(); SwitchToLookupTable() local
[all...]
/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp485 uint64_t CaseVal = getUniqueCaseValue(CasesTaken, MaxCaseVal, IB); in mutate() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1706 llvm::ConstantInt *CaseVal = EmitCaseStmt() local
1775 llvm::ConstantInt *CaseVal = EmitCaseStmt() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3789 const APInt &CaseVal = Case.getCaseValue()->getValue(); visitSwitchInst() local
3805 const APInt &CaseVal = Case.getCaseValue()->getValue(); visitSwitchInst() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h475 const APInt &CaseVal = CI.getCaseValue()->getValue(); getEstimatedNumberOfCaseClusters() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp922 GenericValue CaseVal = getOperandValue(Case.getCaseValue(), SF); in visitSwitchInst() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp924 ConstantInt *CaseVal = std::get<0>(ExitCase); unswitchTrivialSwitch() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp701 const ConstantInt *CaseVal = I.getCaseValue(); translateSwitch() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5698 ConstantInt *CaseVal = dyn_cast_or_null<ConstantInt>( parseFunctionBody() local
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6044 Expr *CaseVal = Case->getLHS()->IgnoreParenCasts(); CodeCompleteCase() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12261 const ConstantInt *CaseVal = I.getCaseValue(); visitSwitch() local