reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
284 const llvm::APSInt &MinusInf = BVF.getMinValue(T); 285 const llvm::APSInt &PlusInf = BVF.getMaxValue(T); 287 const llvm::APSInt &Left = BVF.getValue(R[0].first - 1ULL, T); 295 const llvm::APSInt &Right = BVF.getValue(R[E - 1].second + 1ULL, T); 304 const llvm::APSInt &Min = BVF.getValue(R[I - 1].second + 1ULL, T); 305 const llvm::APSInt &Max = BVF.getValue(R[I].first - 1ULL, T);