Home
last modified time | relevance | path

Searched defs:isIntAttribute (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h59 bool isIntAttribute() const { return KindID == IntAttrEntry; } in isIntAttribute() function
DAttributes.cpp187 bool Attribute::isIntAttribute() const { in isIntAttribute() function in Attribute