Home
last modified time | relevance | path

Searched refs:indexValid (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp540 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()
549 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()
556 bool CompositeType::indexValid(const Value *V) const { in indexValid() function in CompositeType
573 bool CompositeType::indexValid(unsigned Idx) const { in indexValid() function in CompositeType
DInstructions.cpp1634 if (!CT->indexValid(Index)) return nullptr; in getIndexedTypeInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h168 bool indexValid(const Value *V) const;
169 bool indexValid(unsigned Idx) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h207 bool indexValid(const Value *V) const;
208 bool indexValid(unsigned Idx) const;