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.cpp800 if (hasFastMathFlags()) in generate()
1002 if (hasFastMathFlags()) in execute()
1553 FastMathFlags FMF = hasFastMathFlags() ? getFastMathFlags() : FastMathFlags(); in computeCost()
2164 if (hasFastMathFlags()) in execute()
H A DVPlan.h809 bool hasFastMathFlags() const { return OpType == OperationType::FPMathOp; } in hasFastMathFlags() function
3478 hasFastMathFlags() ? getFastMathFlags() : FastMathFlags(), in clone()