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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp7245 llvm::Value *IvarOffsetValue; local
7247 IvarOffsetValue = llvm::ConstantInt::get(
7252 IvarOffsetValue =
7256 cast<llvm::LoadInst>(IvarOffsetValue)
7265 IvarOffsetValue = CGF.Builder.CreateIntCast(
7266 IvarOffsetValue, ObjCTypes.LongTy, true, "ivar.conv");
7267 return IvarOffsetValue;

Completed in 213 milliseconds