Searched refs:IsInt (Results 1 – 8 of 8) sorted by relevance
106 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFARsEligibleStructHelper() local109 if (IsInt || IsFloat) { in detectFARsEligibleStructHelper()111 if (IsInt && Size > GRLen) in detectFARsEligibleStructHelper()119 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFARsEligibleStructHelper()
184 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFPCCEligibleStructHelper() local187 if (IsInt || IsFloat) { in detectFPCCEligibleStructHelper()189 if (IsInt && Size > XLen) in detectFPCCEligibleStructHelper()197 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
3699 auto IsInt = [&Ctx](unsigned N) { in isValidStructGUID() local3738 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
1593 bool IsInt; member1601 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()1602 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()1606 void makeComplexInt() { IsInt = true; } in makeComplexInt()1607 bool isComplexInt() const { return IsInt; } in isComplexInt()7482 bool IsInt = Val.isComplexInt(); in visitComplex() local7484 if (IsInt) { in visitComplex()7753 bool IsInt = ElementType->isIntegerType(); in visit() local7762 if (IsInt) in visit()
2935 bool IsInt = I.getType()->isIntOrIntVectorTy(); in hoistArithmetics() local2938 if (IsInt) in hoistArithmetics()
782 bit IsInt = 1> {791 if IsInt then {801 if IsInt then {
3564 bool IsInt = false; in matchNotCmp() local3579 IsInt = true; in matchNotCmp()3583 if (IsInt) in matchNotCmp()
30354 bool IsInt = Ty->getElementType()->isIntegerTy(); in createComplexDeinterleavingIR() local30393 if (IsInt) in createComplexDeinterleavingIR()30418 if (IsInt) in createComplexDeinterleavingIR()30443 if (OperationType == ComplexDeinterleavingOperation::CDot && IsInt && in createComplexDeinterleavingIR()