Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp504 assert((hasFastMathFlags() == isFPMathOp() || in execute()
507 if (hasFastMathFlags()) in execute()
1110 if (hasFastMathFlags()) in execute()
H A DVPlan.h1100 bool hasFastMathFlags() const { return OpType == OperationType::FPMathOp; } in hasFastMathFlags() function