Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h364 IsInBounds = (1 << 0) enumerator
371 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()
378 return SubclassOptionalData & IsInBounds; in isInBounds()
/external/chromium_org/chrome/browser/spellchecker/
Dfeedback_sender.cc133 bool IsInBounds(int misspelling_location, in IsInBounds() function
283 if (!IsInBounds(result_it->location, result_it->length, text.length())) in OnSpellcheckResults()
/external/llvm/lib/IR/
DConstants.cpp1936 InBounds ? GEPOperator::IsInBounds : 0); in getGetElementPtr()