Searched defs:isInBoundsIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantFold.cpp2149 /// isInBoundsIndices - Test whether the given sequence of *normalized* indices
2152 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { function
2319 isa<GlobalVariable>(C) && isInBoundsIndices(Idxs))

Completed in 66 milliseconds