Searched defs:RuntimeFunctionInfo (Results 1 – 1 of 1) sorted by relevance
125 struct RuntimeFunctionInfo { struct128 RuntimeFunction Kind;131 StringRef Name;134 bool IsVarArg;137 Type *ReturnType;140 SmallVector<Type *, 8> ArgumentTypes;143 Function *Declaration = nullptr;146 using UseVector = SmallVector<Use *, 16>;149 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()152 operator bool() const { return Declaration; } in operator bool()[all …]