Home
last modified time | relevance | path

Searched refs:IVLVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h273 LValue IVLVal; member
299 LValue IVLVal);
897 void emitLastprivateConditionalUpdate(CodeGenFunction &CGF, LValue IVLVal,
H A DCGOpenMPRuntime.cpp12414 Data.IVLVal = IVLVal;
12502 LValue IVLVal; member in __anond842882b4d11::LastprivateConditionalRefChecker
12518 IVLVal = D.IVLVal; in VisitDeclRefExpr()
12537 IVLVal = D.IVLVal; in VisitMemberExpr()
12572 llvm::Type *LLIVTy = CGF.ConvertTypeForMem(IVLVal.getType()); in emitLastprivateConditionalUpdate()
12576 IVLVal.getAlignment().getAsAlign()); in emitLastprivateConditionalUpdate()
12589 llvm::Value *IVVal = CGF.EmitLoadOfScalar(IVLVal, Loc); in emitLastprivateConditionalUpdate()
12603 if (IVLVal.getType()->isSignedIntegerType()) { in emitLastprivateConditionalUpdate()
12606 assert(IVLVal.getType()->isUnsignedIntegerType() && in emitLastprivateConditionalUpdate()
12661 LValue IVLVal; in checkAndEmitLastprivateConditional() local
[all …]