reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1021   Result.Tag = "main";
 1022   Result.Header = Header;
 1023   Result.Latch = Latch;
 1024   Result.LatchBr = LatchBr;
 1025   Result.LatchExit = LatchExit;
 1026   Result.LatchBrExitIdx = LatchBrExitIdx;
 1027   Result.IndVarStart = IndVarStartV;
 1028   Result.IndVarStep = StepCI;
 1029   Result.IndVarBase = LeftValue;
 1030   Result.IndVarIncreasing = IsIncreasing;
 1031   Result.LoopExitAt = RightValue;
 1032   Result.IsSignedPredicate = IsSignedPredicate;
 1036   return Result;