Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8143 SmallVector<const SCEV *> InferCountColl; in getConstantMaxTripCountFromArray() local
8237 InferCountColl.push_back(InferCount); in getConstantMaxTripCountFromArray()
8241 if (InferCountColl.size() == 0) in getConstantMaxTripCountFromArray()
8244 return getUMinFromMismatchedTypes(InferCountColl); in getConstantMaxTripCountFromArray()