Searched refs:IsIntArray (Results 1 – 2 of 2) sorted by relevance
12801 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local12802 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
14926 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local14927 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()