Searched refs:IsHA (Results 1 – 2 of 2) sorted by relevance
12798 bool IsHA = isHomogeneousAggregate(Ty, Base, Members); in functionArgumentNeedsConsecutiveRegisters() local12799 DEBUG(dbgs() << "isHA: " << IsHA << " "; Ty->dump()); in functionArgumentNeedsConsecutiveRegisters()12802 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
14923 bool IsHA = isHomogeneousAggregate(Ty, Base, Members); in functionArgumentNeedsConsecutiveRegisters() local14924 LLVM_DEBUG(dbgs() << "isHA: " << IsHA << " "; Ty->dump()); in functionArgumentNeedsConsecutiveRegisters()14927 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()