Searched defs:isInAlloca (Results 1 – 13 of 13) 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
91 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
236 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function
297 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function