HomeSort by relevance Sort by last modified time
    Searched refs:IsInBounds (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Operator.h 364 IsInBounds = (1 << 0)
371 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds);
375 /// isInBounds - Test whether this is an inbounds GEP, as defined
377 bool isInBounds() const {
378 return SubclassOptionalData & IsInBounds;
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 133 bool IsInBounds(int misspelling_location,
283 if (!IsInBounds(result_it->location, result_it->length, text.length()))
  /external/llvm/lib/IR/
Constants.cpp     [all...]

Completed in 119 milliseconds