Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp272 assert(isFPMathOp() && "this op can't take fast-math flags"); in VPInstruction()
491 bool VPInstruction::isFPMathOp() const { in isFPMathOp() function in VPInstruction
504 assert((hasFastMathFlags() == isFPMathOp() || in execute()
H A DVPlan.h1162 bool isFPMathOp() const;