Home
last modified time | relevance | path

Searched refs:FPBinOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp525 FPMathOperator *FPBinOp, ScalarEvolution &SE, in createScalarIVSteps() argument
532 BaseIV = new VPDerivedIVRecipe(Kind, FPBinOp, StartV, CanonicalIV, Step); in createScalarIVSteps()
564 FPBinOp ? FPBinOp->getFastMathFlags() : FastMathFlags()); in createScalarIVSteps()
H A DVPlan.h2869 const FPMathOperator *FPBinOp; variable
2880 const FPMathOperator *FPBinOp, VPValue *Start, VPValue *IV, in VPDerivedIVRecipe() argument
2883 FPBinOp(FPBinOp) {}
2888 return new VPDerivedIVRecipe(Kind, FPBinOp, getStartValue(), getOperand(1), in clone()
H A DLoopVectorize.cpp9123 if (FPBinOp) in execute()
9124 State.Builder.setFastMathFlags(FPBinOp->getFastMathFlags()); in execute()
9130 Kind, cast_if_present<BinaryOperator>(FPBinOp)); in execute()