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

/external/llvm/lib/VMCore/
H A DConstants.cpp1741 bool InBounds) {
1742 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs))
1760 InBounds ? GEPOperator::IsInBounds : 0);
1740 getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, bool InBounds) argument

Completed in 58 milliseconds