Searched refs:ivarSize (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjC.cpp900 uint64_t ivarSize = getContext().toBits(strategy.getIvarSize()); local
901 llvm::Type *bitcastType = llvm::Type::getIntNTy(getLLVMContext(), ivarSize);
916 if (ivarSize > retTySize) {

Completed in 164 milliseconds