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