Searched refs:OrigCond (Results 1 – 2 of 2) sorted by relevance
1838 ICmpInst *OrigCond = dyn_cast<ICmpInst>(ExitingBI->getCondition()); in isHighCostExpansionHelper() local1839 if (!OrigCond) in isHighCostExpansionHelper()1842 const SCEV *RHS = SE.getSCEV(OrigCond->getOperand(1)); in isHighCostExpansionHelper()1845 const SCEV *LHS = SE.getSCEV(OrigCond->getOperand(0)); in isHighCostExpansionHelper()
1720 Value *OrigCond = BI->getCondition(); in LinearFunctionTestReplace() local1727 DeadInsts.push_back(OrigCond); in LinearFunctionTestReplace()