Searched defs:isInAlloca (Results 1 – 3 of 3) sorted by relevance
78 bool isInAlloca() const { return Flags & InAlloca; } in isInAlloca() function
2228 bool isInAlloca : 1; member
164 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function