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

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 224 /// isAggregateType - Return true if the type is an aggregate type. This
229 bool isAggregateType() const {
  /external/llvm/include/llvm/IR/
Type.h 245 bool isAggregateType() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Type.h 258 bool isAggregateType() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 247 bool isAggregateType() const {
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.h 181 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); }
194 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); }
    [all...]

Completed in 4311 milliseconds