Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h895 FPMathOp, enumerator
979 OpType = OperationType::FPMathOp; in VPRecipeWithIRFlags()
1002 : VPSingleDefRecipe(SC, Operands, DL), OpType(OperationType::FPMathOp), in VPSingleDefRecipe()
1040 case OperationType::FPMathOp: in dropPoisonGeneratingFlags()
1069 case OperationType::FPMathOp: in setFlags()
1100 bool hasFastMathFlags() const { return OpType == OperationType::FPMathOp; } in hasFastMathFlags()
H A DVPlanRecipes.cpp243 assert(OpType == OperationType::FPMathOp && in getFastMathFlags()
734 case OperationType::FPMathOp: in printFlags()