Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1206 ConstantInt *CondConst = dyn_cast<ConstantInt>(CondCmp->getOperand(1)); in simplifyTerminatorLeadingToRet() local
1207 if (CondConst && CondCmp->getPredicate() == CmpInst::ICMP_EQ) { in simplifyTerminatorLeadingToRet()
1214 BasicBlock *BB = Cond0->equalsInt(CondConst->getZExtValue()) in simplifyTerminatorLeadingToRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1149 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in processBlock() local
1150 if (CondBr && CondConst) { in processBlock()
1158 CondConst, CondBr, /*UseBlockValue=*/false); in processBlock()