Searched refs:PosLVal (Results 1 – 1 of 1) sorted by relevance
4460 LValue PosLVal; in emitTaskInit() local4462 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()4465 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()4478 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()4495 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()4685 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local4686 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()4711 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local4712 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()4715 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()[all …]