Lines Matching refs:CB
6707 CoerceBuilder CB(getVMContext(), getDataLayout());6708 CB.addStruct(0, StrTy);6709 CB.pad(llvm::RoundUpToAlignment(CB.DL.getTypeSizeInBits(StrTy), 64));6712 llvm::Type *CoerceTy = CB.isUsableType(StrTy) ? StrTy : CB.getType();6714 if (CB.InReg)