Home
last modified time | relevance | path

Searched refs:StartID (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py582 r.StartID = start
590 ranges.sort(key=lambda a: a.StartID)
592 del r.StartID
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1208 static bool removeTriviallyEmptyRange(IntrinsicInst &I, unsigned StartID, in removeTriviallyEmptyRange() argument
1210 assert(I.getIntrinsicID() == StartID && in removeTriviallyEmptyRange()
1215 if (isa<DbgInfoIntrinsic>(E) || E->getIntrinsicID() == StartID) in removeTriviallyEmptyRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1576 static bool removeTriviallyEmptyRange(IntrinsicInst &I, unsigned StartID, in removeTriviallyEmptyRange() argument
1578 assert(I.getIntrinsicID() == StartID && in removeTriviallyEmptyRange()
1583 if (isa<DbgInfoIntrinsic>(E) || E->getIntrinsicID() == StartID) in removeTriviallyEmptyRange()