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

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 263 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax &&
274 if (Kind == RK_FloatMinMax && (isa<FCmpInst>(Cur) || isa<SelectInst>(Cur)))
333 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) &&
447 (!HasFunNoNaNAttr || Kind != RK_FloatMinMax))
509 if (AddReductionVar(Phi, RK_FloatMinMax, TheLoop, HasFunNoNaNAttr, RedDes)) {
563 case RK_FloatMinMax:
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 72 RK_FloatMinMax ///< Min/max implemented in terms of select(cmp()).
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 48 milliseconds