Home
last modified time | relevance | path

Searched refs:hasFastMathFlags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp705 assert((hasFastMathFlags() == isFPMathOp() || in execute()
708 if (hasFastMathFlags()) in execute()
1402 if (hasFastMathFlags()) in execute()
H A DVPlan.h1198 bool hasFastMathFlags() const { return OpType == OperationType::FPMathOp; } in hasFastMathFlags() function
2944 hasFastMathFlags() ? getFastMathFlags() : FastMathFlags()); in clone()