Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h971 FPMathOp, enumerator
1063 OpType = OperationType::FPMathOp; in VPRecipeWithIRFlags()
1086 : VPSingleDefRecipe(SC, Operands, DL), OpType(OperationType::FPMathOp), in VPSingleDefRecipe()
1135 case OperationType::FPMathOp: in dropPoisonGeneratingFlags()
1167 case OperationType::FPMathOp: in setFlags()
1198 bool hasFastMathFlags() const { return OpType == OperationType::FPMathOp; } in hasFastMathFlags()
H A DVPlanRecipes.cpp317 assert(OpType == OperationType::FPMathOp && in getFastMathFlags()
1027 case OperationType::FPMathOp: in printFlags()