Searched refs:IsIntArray (Results 1 – 3 of 3) sorted by relevance
12801 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local12802 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
17420 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local17421 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
21826 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local21827 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()