Lines Matching defs:LVal
1415 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF);
1420 !isa<llvm::Instruction>(LVal.getPointer(CGF)) ||
1421 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
1423 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
1425 ThreadID = CGF.EmitLoadOfScalar(LVal, Loc);
11501 LValue LVal,
11516 CGF.ConvertTypeForMem(LVal.getType()), UniqueDeclName);
11518 LVal.getAlignment().getAsAlign());
11520 CGF.MakeRawAddrLValue(Last, LVal.getType(), LVal.getAlignment());
11531 auto &&CodeGen = [&LastIVLVal, &IVLVal, IVVal, &LVal, &LastLVal,
11555 switch (CGF.getEvaluationKind(LVal.getType())) {
11557 llvm::Value *PrivVal = CGF.EmitLoadOfScalar(LVal, Loc);
11562 CodeGenFunction::ComplexPairTy PrivVal = CGF.EmitLoadOfComplex(LVal, Loc);
11625 LValue LVal = CGF.EmitLValue(FoundE);
11626 emitLastprivateConditionalUpdate(CGF, IVLVal, UniqueDeclName, LVal,
11665 LValue LVal;
11667 LVal = CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(),
11670 LVal = CGF.MakeAddrLValue(Addr, VD->getType().getNonReferenceType(),
11672 emitLastprivateConditionalUpdate(CGF, It->IVLVal, Pair.second, LVal,