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

  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 361 ReductionDescriptor() : StartValue(0), LoopExitInstr(0),
365 : StartValue(Start), LoopExitInstr(Exit), Kind(K) {}
369 Value *StartValue;
404 InductionInfo(Value *Start, InductionKind K) : StartValue(Start), IK(K) {}
405 InductionInfo() : StartValue(0), IK(IK_NoInduction) {}
407 Value *StartValue;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 372 milliseconds