Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IVLVal

12212     CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal)
12239 Data.IVLVal = IVLVal;
12327 LValue IVLVal;
12343 IVLVal = D.IVLVal;
12362 IVLVal = D.IVLVal;
12385 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn);
12391 LValue IVLVal,
12397 llvm::Type *LLIVTy = CGF.ConvertTypeForMem(IVLVal.getType());
12401 IVLVal.getAlignment().getAsAlign());
12402 LValue LastIVLVal = CGF.MakeNaturalAlignAddrLValue(LastIV, IVLVal.getType());
12415 llvm::Value *IVVal = CGF.EmitLoadOfScalar(IVLVal, Loc);
12422 auto &&CodeGen = [&LastIVLVal, &IVLVal, IVVal, &LVal, &LastLVal,
12429 if (IVLVal.getType()->isSignedIntegerType()) {
12432 assert(IVLVal.getType()->isUnsignedIntegerType() &&
12487 LValue IVLVal;
12489 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) =
12516 emitLastprivateConditionalUpdate(CGF, IVLVal, UniqueDeclName, LVal,
12562 emitLastprivateConditionalUpdate(CGF, It->IVLVal, Pair.second, LVal,