Searched defs:RuntimeFunctionInfo (Results 1 – 1 of 1) sorted by relevance
165 struct RuntimeFunctionInfo { struct168 RuntimeFunction Kind;171 StringRef Name;174 bool IsVarArg;177 Type *ReturnType;180 SmallVector<Type *, 8> ArgumentTypes;183 Function *Declaration = nullptr;186 using UseVector = SmallVector<Use *, 16>;189 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()192 operator bool() const { return Declaration; } in operator bool()[all …]