Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CB

5287   CoerceBuilder CB(getVMContext(), getDataLayout());
5288 CB.addStruct(0, StrTy);
5289 CB.pad(llvm::RoundUpToAlignment(CB.DL.getTypeSizeInBits(StrTy), 64));
5292 llvm::Type *CoerceTy = CB.isUsableType(StrTy) ? StrTy : CB.getType();
5294 if (CB.InReg)