Searched defs:RuntimeFunctionInfo (Results 1 – 1 of 1) sorted by relevance
223 struct RuntimeFunctionInfo { struct226 RuntimeFunction Kind;229 StringRef Name;232 bool IsVarArg;235 Type *ReturnType;238 SmallVector<Type *, 8> ArgumentTypes;241 Function *Declaration = nullptr;244 using UseVector = SmallVector<Use *, 16>;247 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()250 operator bool() const { return Declaration; } in operator bool()[all …]