Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp346 assert(isFPMathOp() && "this op can't take fast-math flags"); in VPInstruction()
692 bool VPInstruction::isFPMathOp() const { in isFPMathOp() function in VPInstruction
705 assert((hasFastMathFlags() == isFPMathOp() || in execute()
H A DVPlan.h1300 bool isFPMathOp() const;