Lines Matching defs:LVal
1422 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF);
1427 !isa<llvm::Instruction>(LVal.getPointer(CGF)) ||
1428 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
1430 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
1432 ThreadID = CGF.EmitLoadOfScalar(LVal, Loc);
11748 LValue LVal,
11763 CGF.ConvertTypeForMem(LVal.getType()), UniqueDeclName);
11765 LVal.getAlignment().getAsAlign());
11767 CGF.MakeRawAddrLValue(Last, LVal.getType(), LVal.getAlignment());
11778 auto &&CodeGen = [&LastIVLVal, &IVLVal, IVVal, &LVal, &LastLVal,
11802 switch (CGF.getEvaluationKind(LVal.getType())) {
11804 llvm::Value *PrivVal = CGF.EmitLoadOfScalar(LVal, Loc);
11809 CodeGenFunction::ComplexPairTy PrivVal = CGF.EmitLoadOfComplex(LVal, Loc);
11872 LValue LVal = CGF.EmitLValue(FoundE);
11873 emitLastprivateConditionalUpdate(CGF, IVLVal, UniqueDeclName, LVal,
11912 LValue LVal;
11914 LVal = CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(),
11917 LVal = CGF.MakeAddrLValue(Addr, VD->getType().getNonReferenceType(),
11919 emitLastprivateConditionalUpdate(CGF, It->IVLVal, Pair.second, LVal,