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

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 46 case RK_IntegerMinMax:
263 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax &&
271 if (Kind == RK_IntegerMinMax &&
333 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) &&
446 if (Kind != RK_IntegerMinMax &&
496 if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr,
561 case RK_IntegerMinMax:
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 69 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()).
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 786 milliseconds