Home
last modified time | relevance | path

Searched refs:IsInt (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp106 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFARsEligibleStructHelper() local
109 if (IsInt || IsFloat) { in detectFARsEligibleStructHelper()
111 if (IsInt && Size > GRLen) in detectFARsEligibleStructHelper()
120 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFARsEligibleStructHelper()
H A DRISCV.cpp113 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFPCCEligibleStructHelper() local
116 if (IsInt || IsFloat) { in detectFPCCEligibleStructHelper()
118 if (IsInt && Size > XLen) in detectFPCCEligibleStructHelper()
126 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3466 auto IsInt = [&Ctx](unsigned N) { in isValidStructGUID() local
3505 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
H A DExprConstant.cpp1569 bool IsInt; member
1577 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2812 bool IsInt = I.getType()->isIntOrIntVectorTy(); in hoistArithmetics() local
2815 if (IsInt) in hoistArithmetics()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td703 bit IsInt = 1> {
712 if IsInt then {
722 if IsInt then {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3414 bool IsInt = false; in matchNotCmp() local
3429 IsInt = true; in matchNotCmp()
3433 if (IsInt) in matchNotCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28517 bool IsInt = Ty->getElementType()->isIntegerTy(); in createComplexDeinterleavingIR() local
28556 if (IsInt) in createComplexDeinterleavingIR()
28581 if (IsInt) in createComplexDeinterleavingIR()