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