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

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
function-templates-expected.cc 8 bool IsInBounds(From value) {
14 if (!IsInBounds<To>(value))
29 if (!IsInBounds<T>(rhs.m_value))
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 230 IsInBounds = (1 << 0)
237 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds);
241 /// isInBounds - Test whether this is an inbounds GEP, as defined
243 bool isInBounds() const {
244 return SubclassOptionalData & IsInBounds;
  /external/llvm/include/llvm/IR/
Operator.h 367 IsInBounds = (1 << 0)
374 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds);
379 bool isInBounds() const {
380 return SubclassOptionalData & IsInBounds;

Completed in 794 milliseconds