HomeSort by relevance Sort by last modified time
    Searched refs:Prod (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 782 Value *Prod = 0;
786 if (!Prod) {
788 Prod = expand(Op);
792 Prod = InsertNoopCastOfTo(Prod, Ty);
793 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
798 Prod = InsertNoopCastOfTo(Prod, Ty);
800 if (isa<Constant>(Prod)) std::swap(Prod, W)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 771 // Compute Prod = CI * DivRHS. We are essentially solving an equation
775 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS);
    [all...]

Completed in 257 milliseconds