Searched defs:RuntimeFunctionInfo (Results 1 – 1 of 1) sorted by relevance
323 struct RuntimeFunctionInfo { struct326 RuntimeFunction Kind;329 StringRef Name;332 bool IsVarArg;335 Type *ReturnType;338 SmallVector<Type *, 8> ArgumentTypes;341 Function *Declaration = nullptr;344 using UseVector = SmallVector<Use *, 16>;347 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()350 operator bool() const { return Declaration; } in operator bool()[all …]