HomeSort by: relevance | last modified time | path
    Searched defs:InductionDescriptor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 267 class InductionDescriptor {
279 InductionDescriptor() = default;
296 InductionDescriptor &D, const SCEV *Expr = nullptr,
303 InductionDescriptor &D);
313 InductionDescriptor &D, bool Assume = false);
340 InductionDescriptor(Value *Start, InductionKind K, const SCEV *Step,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp 938 InductionDescriptor::InductionDescriptor(Value *Start, InductionKind K,
976 ConstantInt *InductionDescriptor::getConstIntStepValue() const {
982 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop,
984 InductionDescriptor &D) {
1031 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp);
1140 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop,
1142 InductionDescriptor &D, bool Assume) {
1184 bool InductionDescriptor::isInductionPHI(
1186 InductionDescriptor &D, const SCEV *Expr
    [all...]

Completed in 25 milliseconds