Searched defs:RuntimeFunctionInfo (Results 1 – 1 of 1) sorted by relevance
336 struct RuntimeFunctionInfo { struct339 RuntimeFunction Kind;342 StringRef Name;345 bool IsVarArg;348 Type *ReturnType;351 SmallVector<Type *, 8> ArgumentTypes;354 Function *Declaration = nullptr;357 using UseVector = SmallVector<Use *, 16>;360 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()363 operator bool() const { return Declaration; } in operator bool()[all …]