Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10309 llvm::Type *&Field1Ty,
10331 bool detectFPCCEligibleStruct(QualType Ty, llvm::Type *&Field1Ty,
10335 ABIArgInfo coerceAndExpandFPCCEligibleStruct(llvm::Type *Field1Ty,
10387 llvm::Type *&Field1Ty, in detectFPCCEligibleStructHelper() argument
10405 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
10407 if (!Field1Ty) { in detectFPCCEligibleStructHelper()
10408 Field1Ty = CGT.ConvertType(Ty); in detectFPCCEligibleStructHelper()
10421 if (Field1Ty) in detectFPCCEligibleStructHelper()
10426 Field1Ty = CGT.ConvertType(EltTy); in detectFPCCEligibleStructHelper()
10428 Field2Ty = Field1Ty; in detectFPCCEligibleStructHelper()
[all …]