Searched refs:PosLVal (Results 1 – 1 of 1) sorted by relevance
4454 LValue PosLVal; in emitTaskInit() local4456 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()4459 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()4472 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()4488 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()4678 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local4679 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()4703 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local4704 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()4707 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()[all …]