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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 19 // 2. Any use outside of the loop of an expression derived from the indvar
138 PHINode *IndVar, SCEVExpander &Rewriter);
468 Value *Conv = new SIToFPInst(NewPHI, PN->getType(), "indvar.conv",
799 // We should not widen an indvar if arithmetics on the wider indvar are more
800 // expensive than those on the narrower indvar. We check only the cost of ADD
    [all...]
InductiveRangeCheckElimination.cpp 189 /// Computes a range for the induction variable (IndVar) in which the range
193 const SCEVAddRecExpr *IndVar,
837 IndVarStartV->setName("indvar.start");
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 693 // IndVar - value of loop induction variable (X coordinate) for a given loop iteration
704 llvm::Value *IndVar,
706 llvm::Value *Offset = Builder.CreateSub(IndVar, Arg_x1);
    [all...]

Completed in 210 milliseconds