Searched refs:CaseValue (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/lambda/ |
D | switch.hpp | 57 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/ |
D | PredicateInfo.h | 178 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/ |
D | ndr64types.h | 362 NDR64_INT64 CaseValue; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 546 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/ |
D | LazyValueInfo.cpp | 1476 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/ |
D | PredicateInfo.cpp | 847 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
|
D | SimplifyCFG.cpp | 4576 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/ |
D | NewGVN.cpp | 1561 return createConstantExpression(cast<Constant>(PSwitch->CaseValue)); in performSymbolicPredicateInfoEvaluation()
|