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()120 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFARsEligibleStructHelper()
113 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFPCCEligibleStructHelper() local116 if (IsInt || IsFloat) { in detectFPCCEligibleStructHelper()118 if (IsInt && Size > XLen) in detectFPCCEligibleStructHelper()126 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
3466 auto IsInt = [&Ctx](unsigned N) { in isValidStructGUID() local3505 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
1569 bool IsInt; member1577 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()1578 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()1582 void makeComplexInt() { IsInt = true; } in makeComplexInt()1583 bool isComplexInt() const { return IsInt; } in isComplexInt()
2812 bool IsInt = I.getType()->isIntOrIntVectorTy(); in hoistArithmetics() local2815 if (IsInt) in hoistArithmetics()
703 bit IsInt = 1> {712 if IsInt then {722 if IsInt then {
3414 bool IsInt = false; in matchNotCmp() local3429 IsInt = true; in matchNotCmp()3433 if (IsInt) in matchNotCmp()
28517 bool IsInt = Ty->getElementType()->isIntegerTy(); in createComplexDeinterleavingIR() local28556 if (IsInt) in createComplexDeinterleavingIR()28581 if (IsInt) in createComplexDeinterleavingIR()