Home
last modified time | relevance | path

Searched refs:IK_FpInduction (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIVDescriptors.h313 IK_FpInduction ///< Floating point induction variable. enumerator
360 if (IK == IK_FpInduction && InductionBinOp && in getExactFPMathInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIVDescriptors.cpp1251 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor()
1254 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor()
1256 assert((IK != IK_FpInduction || in InductionDescriptor()
1324 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp); in isFPInductionPHI()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp1222 ID.getKind() == InductionDescriptor::IK_FpInduction) in getIntOrFpInductionDescriptor()
HDLoopVectorize.cpp2276 case InductionDescriptor::IK_FpInduction: { in emitTransformedIndex()