Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1180 ConstantInt *CondConst = dyn_cast<ConstantInt>(CondCmp->getOperand(1)); in simplifyTerminatorLeadingToRet() local
1181 if (CondConst && CondCmp->getPredicate() == CmpInst::ICMP_EQ) { in simplifyTerminatorLeadingToRet()
1188 BasicBlock *BB = Cond0->equalsInt(CondConst->getZExtValue()) in simplifyTerminatorLeadingToRet()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1150 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in processBlock() local
1151 if (CondBr && CondConst) { in processBlock()
1159 CondConst, CondBr, /*UseBlockValue=*/false); in processBlock()