Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h313 IK_FpInduction ///< Floating point induction variable. enumerator
360 if (IK == IK_FpInduction && InductionBinOp && in getExactFPMathInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1252 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor()
1255 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor()
1257 assert((IK != IK_FpInduction || in InductionDescriptor()
1325 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp); in isFPInductionPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1214 ID.getKind() == InductionDescriptor::IK_FpInduction) in getIntOrFpInductionDescriptor()
H A DLoopVectorize.cpp2401 case InductionDescriptor::IK_FpInduction: { in emitTransformedIndex()