Home
last modified time | relevance | path

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

/third_party/boost/boost/lambda/
Dswitch.hpp57 template <int CaseValue, class Arg>
60 detail::switch_case_tag<detail::case_label<CaseValue> >,
66 detail::switch_case_tag<detail::case_label<CaseValue> >, in case_statement()
72 template <int CaseValue>
75 detail::switch_case_tag<detail::case_label<CaseValue> >,
86 detail::switch_case_tag<detail::case_label<CaseValue> >, in case_statement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h178 Value *CaseValue;
182 Value *CaseValue, SwitchInst *SI) in PredicateSwitch() argument
185 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
/third_party/mingw-w64/mingw-w64-headers/include/
Dndr64types.h362 NDR64_INT64 CaseValue; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp546 uint64_t CaseValue = I.getCaseValue()->getSExtValue(); in convertSwitchInstruction() local
548 Switch->addBranch(CurrentCase, CaseValue, CaseSuccessor); in convertSwitchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1476 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
1477 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal()
1482 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp847 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
DSimplifyCFG.cpp4576 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
4594 if (InValue != CaseValue) in FindPHIForConditionForwarding()
4614 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
4635 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && in ForwardSwitchConditionToPHI()
4644 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1561 return createConstantExpression(cast<Constant>(PSwitch->CaseValue)); in performSymbolicPredicateInfoEvaluation()