Searched defs:isInAlloca (Results 1 – 4 of 4) sorted by relevance
78 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
85 bool isInAlloca() const { return Flags & InAlloca; } in isInAlloca() function
2470 bool isInAlloca : 1; member
236 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function