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