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()
119 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFARsEligibleStructHelper()
H A DRISCV.cpp184 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFPCCEligibleStructHelper() local
187 if (IsInt || IsFloat) { in detectFPCCEligibleStructHelper()
189 if (IsInt && Size > XLen) in detectFPCCEligibleStructHelper()
197 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3699 auto IsInt = [&Ctx](unsigned N) { in isValidStructGUID() local
3738 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
H A DExprConstant.cpp1593 bool IsInt; member
1601 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() local
7484 if (IsInt) { in visitComplex()
7753 bool IsInt = ElementType->isIntegerType(); in visit() local
7762 if (IsInt) in visit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2935 bool IsInt = I.getType()->isIntOrIntVectorTy(); in hoistArithmetics() local
2938 if (IsInt) in hoistArithmetics()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td782 bit IsInt = 1> {
791 if IsInt then {
801 if IsInt then {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3564 bool IsInt = false; in matchNotCmp() local
3579 IsInt = true; in matchNotCmp()
3583 if (IsInt) in matchNotCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp30354 bool IsInt = Ty->getElementType()->isIntegerTy(); in createComplexDeinterleavingIR() local
30393 if (IsInt) in createComplexDeinterleavingIR()
30418 if (IsInt) in createComplexDeinterleavingIR()
30443 if (OperationType == ComplexDeinterleavingOperation::CDot && IsInt && in createComplexDeinterleavingIR()