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

References

lib/Analysis/ScalarEvolutionExpander.cpp
 2261   IntegerType *CountTy = IntegerType::get(Loc->getContext(), SrcBits);
 2262   Builder.SetInsertPoint(Loc);
 2263   Value *TripCountVal = expandCodeFor(ExitCount, CountTy, Loc);
 2266       IntegerType::get(Loc->getContext(), SE.getTypeSizeInBits(ARTy));
 2269   Value *StepValue = expandCodeFor(Step, Ty, Loc);
 2270   Value *NegStepValue = expandCodeFor(SE.getNegativeSCEV(Step), Ty, Loc);
 2271   Value *StartValue = expandCodeFor(Start, ARExpandTy, Loc);
 2274       ConstantInt::get(Loc->getContext(), APInt::getNullValue(DstBits));
 2276   Builder.SetInsertPoint(Loc);
 2283   auto *MulF = Intrinsic::getDeclaration(Loc->getModule(),
 2324                            ConstantInt::get(Loc->getContext(), MaxVal));