Lines Matching defs:Args
745 Value *Args[] = {getDbgIntrinsicValueImpl(VMContext, Storage),
748 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertBefore), DL);
764 Value *Args[] = {getDbgIntrinsicValueImpl(VMContext, Storage),
771 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", T), DL);
772 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertAtEnd), DL);
791 Value *Args[] = {getDbgIntrinsicValueImpl(VMContext, V),
795 return withDebugLoc(CallInst::Create(ValueFn, Args, "", InsertBefore), DL);
814 Value *Args[] = {getDbgIntrinsicValueImpl(VMContext, V),
819 return withDebugLoc(CallInst::Create(ValueFn, Args, "", InsertAtEnd), DL);