Home
last modified time | relevance | path

Searched refs:CaseConst (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5198 Constant *CaseConst = ConstantExpr::getICmp(CmpInst->getPredicate(), in reuseTableCompare() local
5200 if (!CaseConst || CaseConst == DefaultConst || isa<UndefValue>(CaseConst)) in reuseTableCompare()
5202 assert((CaseConst == TrueConst || CaseConst == FalseConst) && in reuseTableCompare()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4774 Constant *CaseConst = ConstantExpr::getICmp(CmpInst->getPredicate(), in reuseTableCompare() local
4776 if (!CaseConst || CaseConst == DefaultConst) in reuseTableCompare()
4778 assert((CaseConst == TrueConst || CaseConst == FalseConst) && in reuseTableCompare()