Searched refs:RetVal (Results 1 – 2 of 2) sorted by relevance
1086 llvm::Value *RetVal = Builder.CreateCall(Function, RootArgs); in ExpandForEach() local1089 RetVal->setName("call.result"); in ExpandForEach()1090 llvm::StoreInst *Store = Builder.CreateStore(RetVal, OutPtr); in ExpandForEach()
1493 clang::Expr* RetVal = RS->getRetValue(); in CreateRetStmtWithTempVar() local1494 const clang::QualType RetTy = RetVal->getType(); in CreateRetStmtWithTempVar()1495 clang::DeclRefExpr *DRE = CreateGuard(C, DC, RetVal, in CreateRetStmtWithTempVar()