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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2473 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, argument
2477 Builder.CreateLoad(RefLVal.getAddress(*this), RefLVal.isVolatile());
2478 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo());
2481 RefLVal.getType()->getPointeeType(), PointeeBaseInfo, PointeeTBAAInfo,
2486 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { argument
2489 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo,
2491 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(),
4414 LValue RefLVal = local
4417 RefLVal
[all...]
H A DCodeGenFunction.h2456 Address EmitLoadOfReference(LValue RefLVal,
2459 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2463 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source), local
2465 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGOpenMPRuntime.cpp944 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); local
945 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal);
3810 LValue RefLVal = local
3813 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>());

Completed in 143 milliseconds