Searched defs:NestAttrs (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1263 const AttrListPtr &NestAttrs = NestF->getAttributes(); local
1264 if (!NestAttrs.isEmpty()) {
1272 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) {
1275 NestAttr = NestAttrs.getParamAttributes(NestIdx);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2909 const AttributeSet &NestAttrs = NestF->getAttributes(); local
2910 if (!NestAttrs.isEmpty()) {
2918 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {
2921 NestAttr = NestAttrs.getParamAttributes(NestIdx);

Completed in 141 milliseconds