Lines Matching defs:StructTy
10690 if (auto *StructTy = dyn_cast<StructType>(Ty)) {
10693 for (unsigned I = 0; I < StructTy->getNumElements(); ++I) {
10695 Value *Out = Builder.CreateBitCast(In, StructTy->getTypeAtIndex(I));
15141 llvm::Type *StructTy = llvm::StructType::get(Int32Ty, ArrayOfInt64Ty);
15143 CGM.CreateRuntimeVariable(StructTy, "__riscv_feature_bits");
15149 Builder.CreateInBoundsGEP(StructTy, RISCVFeaturesBits, GEPIndices);
23167 llvm::StructType *StructTy = llvm::StructType::get(Int32Ty, Int64Ty, Int64Ty);
23169 CGM.CreateRuntimeVariable(StructTy, "__riscv_cpu_model");
23173 Value *Ptr = Builder.CreateStructGEP(StructTy, RISCVCPUModel, Index);
23174 Value *CPUID = Builder.CreateAlignedLoad(StructTy->getTypeAtIndex(Index),