Searched defs:RuntimeFunctionInfo (Results 1 – 1 of 1) sorted by relevance
228 struct RuntimeFunctionInfo { struct231 RuntimeFunction Kind;234 StringRef Name;237 bool IsVarArg;240 Type *ReturnType;243 SmallVector<Type *, 8> ArgumentTypes;246 Function *Declaration = nullptr;249 using UseVector = SmallVector<Use *, 16>;252 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()255 operator bool() const { return Declaration; } in operator bool()[all …]