Searched refs:SimpleCond (Results 1 – 2 of 2) sorted by relevance
611 if (auto *SimpleCond = getSimplifiedConstant(BI->getCondition())) { in analyzeLoopUnrollCost() local613 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()616 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()621 if (auto *SimpleCond = getSimplifiedConstant(SI->getCondition())) { in analyzeLoopUnrollCost() local623 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()626 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()
3005 if (ConstantInt *SimpleCond = getSimplifiedValue<ConstantInt>(Cond)) { in analyze() local3006 BasicBlock *NextBB = BI->getSuccessor(SimpleCond->isZero() ? 1 : 0); in analyze()3015 if (ConstantInt *SimpleCond = getSimplifiedValue<ConstantInt>(Cond)) { in analyze() local3016 BasicBlock *NextBB = SI->findCaseValue(SimpleCond)->getCaseSuccessor(); in analyze()