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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1102 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); local
1103 if (CondBr && CondConst) {
1115 CondConst, CondBr);

Completed in 96 milliseconds