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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp990 Constant *DivCst = local
995 Builder->CreateSDiv(Shr->getOperand(0), DivCst, "", Shr->isExact()) :
996 Builder->CreateUDiv(Shr->getOperand(0), DivCst, "", Shr->isExact());
1009 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst));

Completed in 85 milliseconds