Searched refs:PosLVal (Results 1 – 1 of 1) sorted by relevance
4409 LValue PosLVal; in emitTaskInit() local4411 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()4414 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()4427 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()4443 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()4633 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local4634 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()4658 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local4659 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()4662 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()[all …]